We recommend using Azure Native.
azure.network.getNetworkManagerNetworkGroup
Explore with Pulumi AI
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.
- Network
Manager stringId Specifies the ID of the Network Manager.
- Name string
Specifies the name of the Network Manager Network Group.
- Network
Manager stringId Specifies the ID of the Network Manager.
- name String
Specifies the name of the Network Manager Network Group.
- network
Manager StringId Specifies the ID of the Network Manager.
- name string
Specifies the name of the Network Manager Network Group.
- network
Manager stringId Specifies the ID of the Network Manager.
- name str
Specifies the name of the Network Manager Network Group.
- network_
manager_ strid Specifies the ID of the Network Manager.
- name String
Specifies the name of the Network Manager Network Group.
- network
Manager StringId 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
- Network
Manager stringId
- Description string
A description of the Network Manager Network Group.
- Id string
The provider-assigned unique ID for this managed resource.
- Name string
- Network
Manager stringId
- description String
A description of the Network Manager Network Group.
- id String
The provider-assigned unique ID for this managed resource.
- name String
- network
Manager StringId
- description string
A description of the Network Manager Network Group.
- id string
The provider-assigned unique ID for this managed resource.
- name string
- network
Manager stringId
- 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_ strid
- description String
A description of the Network Manager Network Group.
- id String
The provider-assigned unique ID for this managed resource.
- name String
- network
Manager StringId
Package Details
- Repository
- Azure Classic pulumi/pulumi-azure
- License
- Apache-2.0
- Notes
This Pulumi package is based on the
azurerm
Terraform Provider.