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

azure-native.network.listEffectiveVirtualNetworkByNetworkManager

Explore with Pulumi AI

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

    List effective virtual networks in a network manager. API Version: 2021-02-01-preview.

    Using listEffectiveVirtualNetworkByNetworkManager

    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 listEffectiveVirtualNetworkByNetworkManager(args: ListEffectiveVirtualNetworkByNetworkManagerArgs, opts?: InvokeOptions): Promise<ListEffectiveVirtualNetworkByNetworkManagerResult>
    function listEffectiveVirtualNetworkByNetworkManagerOutput(args: ListEffectiveVirtualNetworkByNetworkManagerOutputArgs, opts?: InvokeOptions): Output<ListEffectiveVirtualNetworkByNetworkManagerResult>
    def list_effective_virtual_network_by_network_manager(conditional_members: Optional[str] = None,
                                                          network_manager_name: Optional[str] = None,
                                                          resource_group_name: Optional[str] = None,
                                                          skip_token: Optional[str] = None,
                                                          top: Optional[int] = None,
                                                          opts: Optional[InvokeOptions] = None) -> ListEffectiveVirtualNetworkByNetworkManagerResult
    def list_effective_virtual_network_by_network_manager_output(conditional_members: 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,
                                                          top: Optional[pulumi.Input[int]] = None,
                                                          opts: Optional[InvokeOptions] = None) -> Output[ListEffectiveVirtualNetworkByNetworkManagerResult]
    func ListEffectiveVirtualNetworkByNetworkManager(ctx *Context, args *ListEffectiveVirtualNetworkByNetworkManagerArgs, opts ...InvokeOption) (*ListEffectiveVirtualNetworkByNetworkManagerResult, error)
    func ListEffectiveVirtualNetworkByNetworkManagerOutput(ctx *Context, args *ListEffectiveVirtualNetworkByNetworkManagerOutputArgs, opts ...InvokeOption) ListEffectiveVirtualNetworkByNetworkManagerResultOutput

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

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

    The following arguments are supported:

    NetworkManagerName string

    The name of the network manager.

    ResourceGroupName string

    The name of the resource group.

    ConditionalMembers string

    Conditional Members.

    SkipToken string

    Continuation token for pagination, capturing the next page size and offset, as well as the context of the query.

    Top int

    An optional query parameter which specifies the maximum number of records to be returned by the server.

    NetworkManagerName string

    The name of the network manager.

    ResourceGroupName string

    The name of the resource group.

    ConditionalMembers string

    Conditional Members.

    SkipToken string

    Continuation token for pagination, capturing the next page size and offset, as well as the context of the query.

    Top int

    An optional query parameter which specifies the maximum number of records to be returned by the server.

    networkManagerName String

    The name of the network manager.

    resourceGroupName String

    The name of the resource group.

    conditionalMembers String

    Conditional Members.

    skipToken String

    Continuation token for pagination, capturing the next page size and offset, as well as the context of the query.

    top Integer

    An optional query parameter which specifies the maximum number of records to be returned by the server.

    networkManagerName string

    The name of the network manager.

    resourceGroupName string

    The name of the resource group.

    conditionalMembers string

    Conditional Members.

    skipToken string

    Continuation token for pagination, capturing the next page size and offset, as well as the context of the query.

    top number

    An optional query parameter which specifies the maximum number of records to be returned by the server.

    network_manager_name str

    The name of the network manager.

    resource_group_name str

    The name of the resource group.

    conditional_members str

    Conditional Members.

    skip_token str

    Continuation token for pagination, capturing the next page size and offset, as well as the context of the query.

    top int

    An optional query parameter which specifies the maximum number of records to be returned by the server.

    networkManagerName String

    The name of the network manager.

    resourceGroupName String

    The name of the resource group.

    conditionalMembers String

    Conditional Members.

    skipToken String

    Continuation token for pagination, capturing the next page size and offset, as well as the context of the query.

    top Number

    An optional query parameter which specifies the maximum number of records to be returned by the server.

    listEffectiveVirtualNetworkByNetworkManager 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