azure-native.network.listEffectiveVirtualNetworkByNetworkGroup
Explore with Pulumi AI
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:
- Network
Group stringName The name of the network group to get.
- Network
Manager stringName The name of the network manager.
- Resource
Group stringName The name of the resource group.
- 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.
- Network
Group stringName The name of the network group to get.
- Network
Manager stringName The name of the network manager.
- Resource
Group stringName The name of the resource group.
- 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.
- network
Group StringName The name of the network group to get.
- network
Manager StringName The name of the network manager.
- resource
Group StringName The name of the resource group.
- 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.
- network
Group stringName The name of the network group to get.
- network
Manager stringName The name of the network manager.
- resource
Group stringName The name of the resource group.
- 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.
- network_
group_ strname The name of the network group to get.
- network_
manager_ strname The name of the network manager.
- resource_
group_ strname 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.
- network
Group StringName The name of the network group to get.
- network
Manager StringName The name of the network manager.
- resource
Group StringName The name of the resource group.
- 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.
listEffectiveVirtualNetworkByNetworkGroup 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