This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.88.0 published on Friday, Feb 14, 2025 by Pulumi
azure-native.network.listEffectiveVirtualNetworkByNetworkManager
Explore with Pulumi AI
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.88.0 published on Friday, Feb 14, 2025 by Pulumi
List effective virtual networks in a network manager. Azure REST API version: 2022-04-01-preview.
Other available API versions: 2021-02-01-preview, 2021-05-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)
public static Output<ListEffectiveVirtualNetworkByNetworkManagerResult> listEffectiveVirtualNetworkByNetworkManager(ListEffectiveVirtualNetworkByNetworkManagerArgs args, InvokeOptions options)
fn::invoke:
function: azure-native:network:listEffectiveVirtualNetworkByNetworkManager
arguments:
# arguments dictionary
The following arguments are supported:
- Network
Manager stringName - The name of the network manager.
- Resource
Group stringName - The name of the resource group.
- Conditional
Members string - Conditional Members.
- Skip
Token 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.
- Network
Manager stringName - The name of the network manager.
- Resource
Group stringName - The name of the resource group.
- Conditional
Members string - Conditional Members.
- Skip
Token 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.
- network
Manager StringName - The name of the network manager.
- resource
Group StringName - The name of the resource group.
- conditional
Members String - Conditional Members.
- skip
Token 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.
- network
Manager stringName - The name of the network manager.
- resource
Group stringName - The name of the resource group.
- conditional
Members string - Conditional Members.
- skip
Token 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_ strname - The name of the network manager.
- resource_
group_ strname - 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.
- network
Manager StringName - The name of the network manager.
- resource
Group StringName - The name of the resource group.
- conditional
Members String - Conditional Members.
- skip
Token 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:
- Skip
Token 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.
Azure Native. Network. Outputs. Effective Virtual Network Response> - Gets a page of EffectiveVirtualNetwork
- Skip
Token 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
[]Effective
Virtual Network Response - Gets a page of EffectiveVirtualNetwork
- skip
Token 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<Effective
Virtual Network Response> - Gets a page of EffectiveVirtualNetwork
- skip
Token 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
Effective
Virtual Network Response[] - 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[Effective
Virtual Network Response] - Gets a page of EffectiveVirtualNetwork
- skip
Token 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.
- Membership
Type string - Membership Type.
- Id string
- Effective vnet Id.
- Location string
- Location of vnet.
- Membership
Type string - Membership Type.
- id String
- Effective vnet Id.
- location String
- Location of vnet.
- membership
Type String - Membership Type.
- id string
- Effective vnet Id.
- location string
- Location of vnet.
- membership
Type 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.
- membership
Type String - Membership Type.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.88.0 published on Friday, Feb 14, 2025 by Pulumi