GetAttachedNetworkByDevCenterResult

data class GetAttachedNetworkByDevCenterResult(val domainJoinType: String, val healthCheckStatus: String, val id: String, val name: String, val networkConnectionId: String, val networkConnectionLocation: String, val provisioningState: String, val systemData: SystemDataResponse, val type: String)

Represents an attached NetworkConnection.

Constructors

Link copied to clipboard
constructor(domainJoinType: String, healthCheckStatus: String, id: String, name: String, networkConnectionId: String, networkConnectionLocation: String, provisioningState: String, systemData: SystemDataResponse, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

AAD Join type of the network. This is populated based on the referenced Network Connection.

Link copied to clipboard

Health check status values

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 name of the resource

Link copied to clipboard

The resource ID of the NetworkConnection you want to attach.

Link copied to clipboard

The geo-location where the NetworkConnection resource specified in 'networkConnectionResourceId' property lives.

Link copied to clipboard

The provisioning state of the resource.

Link copied to clipboard

Azure Resource Manager metadata containing createdBy and modifiedBy information.

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"