GetExternalNetworkResult

data class GetExternalNetworkResult(val administrativeState: String, val annotation: String? = null, val disabledOnResources: List<String>, val exportRoutePolicyId: String? = null, val id: String, val importRoutePolicyId: String? = null, val name: String, val networkToNetworkInterconnectId: String, val optionAProperties: ExternalNetworkPropertiesResponseOptionAProperties? = null, val optionBProperties: OptionBPropertiesResponse? = null, val peeringOption: String, val provisioningState: String, val systemData: SystemDataResponse, val type: String)

Defines the ExternalNetwork item.

Constructors

Link copied to clipboard
constructor(administrativeState: String, annotation: String? = null, disabledOnResources: List<String>, exportRoutePolicyId: String? = null, id: String, importRoutePolicyId: String? = null, name: String, networkToNetworkInterconnectId: String, optionAProperties: ExternalNetworkPropertiesResponseOptionAProperties? = null, optionBProperties: OptionBPropertiesResponse? = null, peeringOption: String, provisioningState: String, systemData: SystemDataResponse, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

AdministrativeState of the externalNetwork. Example: Enabled | Disabled.

Link copied to clipboard
val annotation: String? = null

Switch configuration description.

Link copied to clipboard

List of resources the externalNetwork is disabled on. Can be either entire NetworkFabric or NetworkRack.

Link copied to clipboard

ARM resource ID of exportRoutePolicy.

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

ARM resource ID of importRoutePolicy.

Link copied to clipboard

The name of the resource

Link copied to clipboard

Gets the networkToNetworkInterconnectId of the resource.

Link copied to clipboard
Link copied to clipboard

option B properties object

Link copied to clipboard

Peering option list.

Link copied to clipboard

Gets 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"