listListEffectiveVirtualNetworkByNetworkGroup

Lists all effective virtual networks by specified network group. Uses Azure REST API version 2022-04-01-preview. Other available API versions: 2021-05-01-preview.

Return

Result of the request to list Effective Virtual Network. It contains a list of groups and a URL link to get the next set of results.

Parameters

argument

null


suspend fun listListEffectiveVirtualNetworkByNetworkGroup(networkGroupName: String, networkManagerName: String, resourceGroupName: String, skipToken: String? = null): ListListEffectiveVirtualNetworkByNetworkGroupResult

Return

Result of the request to list Effective Virtual Network. It contains a list of groups and a URL link to get the next set of results.

Parameters

networkGroupName

The name of the network group.

networkManagerName

The name of the network manager.

resourceGroupName

The name of the resource group.

skipToken

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.

See also


Return

Result of the request to list Effective Virtual Network. It contains a list of groups and a URL link to get the next set of results.

Parameters

argument

Builder for com.pulumi.azurenative.network.kotlin.inputs.ListListEffectiveVirtualNetworkByNetworkGroupPlainArgs.

See also