1. Packages
  2. Azure Native
  3. API Docs
  4. network
  5. listEffectiveVirtualNetworkByNetworkGroup
Azure Native v1.103.0 published on Friday, Jun 2, 2023 by Pulumi

azure-native.network.listEffectiveVirtualNetworkByNetworkGroup

Explore with Pulumi AI

azure-native logo
Azure Native v1.103.0 published on Friday, Jun 2, 2023 by Pulumi

    Lists all effective virtual networks by specified network group. API Version: 2021-02-01-preview.

    Using listEffectiveVirtualNetworkByNetworkGroup

    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 listEffectiveVirtualNetworkByNetworkGroup(args: ListEffectiveVirtualNetworkByNetworkGroupArgs, opts?: InvokeOptions): Promise<ListEffectiveVirtualNetworkByNetworkGroupResult>
    function listEffectiveVirtualNetworkByNetworkGroupOutput(args: ListEffectiveVirtualNetworkByNetworkGroupOutputArgs, opts?: InvokeOptions): Output<ListEffectiveVirtualNetworkByNetworkGroupResult>
    def list_effective_virtual_network_by_network_group(network_group_name: Optional[str] = None,
                                                        network_manager_name: Optional[str] = None,
                                                        resource_group_name: Optional[str] = None,
                                                        skip_token: Optional[str] = None,
                                                        opts: Optional[InvokeOptions] = None) -> ListEffectiveVirtualNetworkByNetworkGroupResult
    def list_effective_virtual_network_by_network_group_output(network_group_name: Optional[pulumi.Input[str]] = None,
                                                        network_manager_name: Optional[pulumi.Input[str]] = None,
                                                        resource_group_name: Optional[pulumi.Input[str]] = None,
                                                        skip_token: Optional[pulumi.Input[str]] = None,
                                                        opts: Optional[InvokeOptions] = None) -> Output[ListEffectiveVirtualNetworkByNetworkGroupResult]
    func ListEffectiveVirtualNetworkByNetworkGroup(ctx *Context, args *ListEffectiveVirtualNetworkByNetworkGroupArgs, opts ...InvokeOption) (*ListEffectiveVirtualNetworkByNetworkGroupResult, error)
    func ListEffectiveVirtualNetworkByNetworkGroupOutput(ctx *Context, args *ListEffectiveVirtualNetworkByNetworkGroupOutputArgs, opts ...InvokeOption) ListEffectiveVirtualNetworkByNetworkGroupResultOutput

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

    public static class ListEffectiveVirtualNetworkByNetworkGroup 
    {
        public static Task<ListEffectiveVirtualNetworkByNetworkGroupResult> InvokeAsync(ListEffectiveVirtualNetworkByNetworkGroupArgs args, InvokeOptions? opts = null)
        public static Output<ListEffectiveVirtualNetworkByNetworkGroupResult> Invoke(ListEffectiveVirtualNetworkByNetworkGroupInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<ListEffectiveVirtualNetworkByNetworkGroupResult> listEffectiveVirtualNetworkByNetworkGroup(ListEffectiveVirtualNetworkByNetworkGroupArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:network:listEffectiveVirtualNetworkByNetworkGroup
      arguments:
        # arguments dictionary

    The following arguments are supported:

    NetworkGroupName string

    The name of the network group to get.

    NetworkManagerName string

    The name of the network manager.

    ResourceGroupName string

    The name of the resource group.

    SkipToken string

    When present, the value can be passed to a subsequent query call (together with the same query and scopes used in the current request) to retrieve the next page of data.

    NetworkGroupName string

    The name of the network group to get.

    NetworkManagerName string

    The name of the network manager.

    ResourceGroupName string

    The name of the resource group.

    SkipToken string

    When present, the value can be passed to a subsequent query call (together with the same query and scopes used in the current request) to retrieve the next page of data.

    networkGroupName String

    The name of the network group to get.

    networkManagerName String

    The name of the network manager.

    resourceGroupName String

    The name of the resource group.

    skipToken String

    When present, the value can be passed to a subsequent query call (together with the same query and scopes used in the current request) to retrieve the next page of data.

    networkGroupName string

    The name of the network group to get.

    networkManagerName string

    The name of the network manager.

    resourceGroupName string

    The name of the resource group.

    skipToken string

    When present, the value can be passed to a subsequent query call (together with the same query and scopes used in the current request) to retrieve the next page of data.

    network_group_name str

    The name of the network group to get.

    network_manager_name str

    The name of the network manager.

    resource_group_name str

    The name of the resource group.

    skip_token str

    When present, the value can be passed to a subsequent query call (together with the same query and scopes used in the current request) to retrieve the next page of data.

    networkGroupName String

    The name of the network group to get.

    networkManagerName String

    The name of the network manager.

    resourceGroupName String

    The name of the resource group.

    skipToken String

    When present, the value can be passed to a subsequent query call (together with the same query and scopes used in the current request) to retrieve the next page of data.

    listEffectiveVirtualNetworkByNetworkGroup Result

    The following output properties are available:

    SkipToken string

    When present, the value can be passed to a subsequent query call (together with the same query and scopes used in the current request) to retrieve the next page of data.

    Value List<Pulumi.AzureNative.Network.Outputs.EffectiveVirtualNetworkResponse>

    Gets a page of EffectiveVirtualNetwork

    SkipToken string

    When present, the value can be passed to a subsequent query call (together with the same query and scopes used in the current request) to retrieve the next page of data.

    Value []EffectiveVirtualNetworkResponse

    Gets a page of EffectiveVirtualNetwork

    skipToken String

    When present, the value can be passed to a subsequent query call (together with the same query and scopes used in the current request) to retrieve the next page of data.

    value List<EffectiveVirtualNetworkResponse>

    Gets a page of EffectiveVirtualNetwork

    skipToken string

    When present, the value can be passed to a subsequent query call (together with the same query and scopes used in the current request) to retrieve the next page of data.

    value EffectiveVirtualNetworkResponse[]

    Gets a page of EffectiveVirtualNetwork

    skip_token str

    When present, the value can be passed to a subsequent query call (together with the same query and scopes used in the current request) to retrieve the next page of data.

    value Sequence[EffectiveVirtualNetworkResponse]

    Gets a page of EffectiveVirtualNetwork

    skipToken String

    When present, the value can be passed to a subsequent query call (together with the same query and scopes used in the current request) to retrieve the next page of data.

    value List<Property Map>

    Gets a page of EffectiveVirtualNetwork

    Supporting Types

    EffectiveVirtualNetworkResponse

    Id string

    Effective vnet Id.

    Location string

    Location of vnet.

    MembershipType string

    Membership Type.

    Id string

    Effective vnet Id.

    Location string

    Location of vnet.

    MembershipType string

    Membership Type.

    id String

    Effective vnet Id.

    location String

    Location of vnet.

    membershipType String

    Membership Type.

    id string

    Effective vnet Id.

    location string

    Location of vnet.

    membershipType string

    Membership Type.

    id str

    Effective vnet Id.

    location str

    Location of vnet.

    membership_type str

    Membership Type.

    id String

    Effective vnet Id.

    location String

    Location of vnet.

    membershipType String

    Membership Type.

    Package Details

    Repository
    Azure Native pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native logo
    Azure Native v1.103.0 published on Friday, Jun 2, 2023 by Pulumi