GetManagedNetworkResult

data class GetManagedNetworkResult(val azureApiVersion: String, val connectivity: ConnectivityCollectionResponse, val etag: String, val id: String, val location: String, val name: String, val provisioningState: String, val scope: ScopeResponse? = null, val tags: Map<String, String>? = null, val type: String)

The Managed Network resource

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, connectivity: ConnectivityCollectionResponse, etag: String, id: String, location: String, name: String, provisioningState: String, scope: ScopeResponse? = null, tags: Map<String, String>? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

The collection of groups and policies concerned with connectivity

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

The geo-location where the resource lives

Link copied to clipboard

The name of the resource

Link copied to clipboard

Provisioning state of the ManagedNetwork resource.

Link copied to clipboard
val scope: ScopeResponse? = null

The collection of management groups, subscriptions, virtual networks, and subnets by the Managed Network. This is a read-only property that is reflective of all ScopeAssignments for this Managed Network

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags

Link copied to clipboard

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