ManagedNetworkGroupResponse

data class ManagedNetworkGroupResponse(val etag: String, val id: String, val kind: String? = null, val location: String? = null, val managementGroups: List<ResourceIdResponse>? = null, val name: String, val provisioningState: String, val subnets: List<ResourceIdResponse>? = null, val subscriptions: List<ResourceIdResponse>? = null, val type: String, val virtualNetworks: List<ResourceIdResponse>? = null)

The Managed Network Group resource

Constructors

Link copied to clipboard
constructor(etag: String, id: String, kind: String? = null, location: String? = null, managementGroups: List<ResourceIdResponse>? = null, name: String, provisioningState: String, subnets: List<ResourceIdResponse>? = null, subscriptions: List<ResourceIdResponse>? = null, type: String, virtualNetworks: List<ResourceIdResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A unique read-only string that changes whenever the resource is updated.

Link copied to clipboard
val id: String

Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

Link copied to clipboard
val kind: String? = null

Responsibility role under which this Managed Network Group will be created

Link copied to clipboard
val location: String? = null

The geo-location where the resource lives

Link copied to clipboard

The collection of management groups covered by the Managed Network

Link copied to clipboard

The name of the resource

Link copied to clipboard

Provisioning state of the ManagedNetwork resource.

Link copied to clipboard

The collection of subnets covered by the Managed Network

Link copied to clipboard

The collection of subscriptions covered by the Managed Network

Link copied to clipboard

The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts.

Link copied to clipboard

The collection of virtual nets covered by the Managed Network