GetScopeAssignmentResult

data class GetScopeAssignmentResult(val assignedManagedNetwork: String? = null, val azureApiVersion: String, val etag: String, val id: String, val location: String? = null, val name: String, val provisioningState: String, val type: String)

The Managed Network resource

Constructors

Link copied to clipboard
constructor(assignedManagedNetwork: String? = null, azureApiVersion: String, etag: String, id: String, location: String? = null, name: String, provisioningState: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The managed network ID with scope will be assigned to.

Link copied to clipboard

The Azure API version of the resource.

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 location: String? = null

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

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