1. Packages
  2. Azure Classic
  3. API Docs
  4. network
  5. getNetworkManagerNetworkGroup

We recommend using Azure Native.

Azure Classic v5.58.0 published on Saturday, Dec 2, 2023 by Pulumi

azure.network.getNetworkManagerNetworkGroup

Explore with Pulumi AI

azure logo

We recommend using Azure Native.

Azure Classic v5.58.0 published on Saturday, Dec 2, 2023 by Pulumi

    Use this data source to access information about a Network Manager Network Group.

    Using getNetworkManagerNetworkGroup

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getNetworkManagerNetworkGroup(args: GetNetworkManagerNetworkGroupArgs, opts?: InvokeOptions): Promise<GetNetworkManagerNetworkGroupResult>
    function getNetworkManagerNetworkGroupOutput(args: GetNetworkManagerNetworkGroupOutputArgs, opts?: InvokeOptions): Output<GetNetworkManagerNetworkGroupResult>
    def get_network_manager_network_group(name: Optional[str] = None,
                                          network_manager_id: Optional[str] = None,
                                          opts: Optional[InvokeOptions] = None) -> GetNetworkManagerNetworkGroupResult
    def get_network_manager_network_group_output(name: Optional[pulumi.Input[str]] = None,
                                          network_manager_id: Optional[pulumi.Input[str]] = None,
                                          opts: Optional[InvokeOptions] = None) -> Output[GetNetworkManagerNetworkGroupResult]
    func LookupNetworkManagerNetworkGroup(ctx *Context, args *LookupNetworkManagerNetworkGroupArgs, opts ...InvokeOption) (*LookupNetworkManagerNetworkGroupResult, error)
    func LookupNetworkManagerNetworkGroupOutput(ctx *Context, args *LookupNetworkManagerNetworkGroupOutputArgs, opts ...InvokeOption) LookupNetworkManagerNetworkGroupResultOutput

    > Note: This function is named LookupNetworkManagerNetworkGroup in the Go SDK.

    public static class GetNetworkManagerNetworkGroup 
    {
        public static Task<GetNetworkManagerNetworkGroupResult> InvokeAsync(GetNetworkManagerNetworkGroupArgs args, InvokeOptions? opts = null)
        public static Output<GetNetworkManagerNetworkGroupResult> Invoke(GetNetworkManagerNetworkGroupInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetNetworkManagerNetworkGroupResult> getNetworkManagerNetworkGroup(GetNetworkManagerNetworkGroupArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure:network/getNetworkManagerNetworkGroup:getNetworkManagerNetworkGroup
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Name string

    Specifies the name of the Network Manager Network Group.

    NetworkManagerId string

    Specifies the ID of the Network Manager.

    Name string

    Specifies the name of the Network Manager Network Group.

    NetworkManagerId string

    Specifies the ID of the Network Manager.

    name String

    Specifies the name of the Network Manager Network Group.

    networkManagerId String

    Specifies the ID of the Network Manager.

    name string

    Specifies the name of the Network Manager Network Group.

    networkManagerId string

    Specifies the ID of the Network Manager.

    name str

    Specifies the name of the Network Manager Network Group.

    network_manager_id str

    Specifies the ID of the Network Manager.

    name String

    Specifies the name of the Network Manager Network Group.

    networkManagerId String

    Specifies the ID of the Network Manager.

    getNetworkManagerNetworkGroup Result

    The following output properties are available:

    Description string

    A description of the Network Manager Network Group.

    Id string

    The provider-assigned unique ID for this managed resource.

    Name string
    NetworkManagerId string
    Description string

    A description of the Network Manager Network Group.

    Id string

    The provider-assigned unique ID for this managed resource.

    Name string
    NetworkManagerId string
    description String

    A description of the Network Manager Network Group.

    id String

    The provider-assigned unique ID for this managed resource.

    name String
    networkManagerId String
    description string

    A description of the Network Manager Network Group.

    id string

    The provider-assigned unique ID for this managed resource.

    name string
    networkManagerId string
    description str

    A description of the Network Manager Network Group.

    id str

    The provider-assigned unique ID for this managed resource.

    name str
    network_manager_id str
    description String

    A description of the Network Manager Network Group.

    id String

    The provider-assigned unique ID for this managed resource.

    name String
    networkManagerId String

    Package Details

    Repository
    Azure Classic pulumi/pulumi-azure
    License
    Apache-2.0
    Notes

    This Pulumi package is based on the azurerm Terraform Provider.

    azure logo

    We recommend using Azure Native.

    Azure Classic v5.58.0 published on Saturday, Dec 2, 2023 by Pulumi