GetNetworkManagerResult

data class GetNetworkManagerResult(val crossTenantScopes: List<GetNetworkManagerCrossTenantScope>, val description: String, val id: String, val location: String, val name: String, val resourceGroupName: String, val scopeAccesses: List<String>, val scopes: List<GetNetworkManagerScope>, val tags: Map<String, String>)

A collection of values returned by getNetworkManager.

Constructors

Link copied to clipboard
constructor(crossTenantScopes: List<GetNetworkManagerCrossTenantScope>, description: String, id: String, location: String, name: String, resourceGroupName: String, scopeAccesses: List<String>, scopes: List<GetNetworkManagerScope>, tags: Map<String, String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

One or more cross_tenant_scopes blocks as defined below.

Link copied to clipboard

A description of the Network Manager.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The Azure Region where the Network Manager exists.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

A list of configuration deployment type configured on the Network Manager.

Link copied to clipboard

A scope block as defined below.

Link copied to clipboard

A mapping of tags assigned to the Network Manager.