GetExternalNetworkResult

data class GetExternalNetworkResult(val administrativeState: String, val annotation: String? = null, val azureApiVersion: String, val configurationState: String, val exportRoutePolicy: ExportRoutePolicyResponse? = null, val exportRoutePolicyId: String? = null, val id: String, val importRoutePolicy: ImportRoutePolicyResponse? = null, val importRoutePolicyId: String? = null, val name: String, val networkToNetworkInterconnectId: String? = null, val optionAProperties: ExternalNetworkPropertiesResponseOptionAProperties? = null, val optionBProperties: L3OptionBPropertiesResponse? = null, val peeringOption: String, val provisioningState: String, val systemData: SystemDataResponse, val type: String)

Defines the External Network resource.

Constructors

Link copied to clipboard
constructor(administrativeState: String, annotation: String? = null, azureApiVersion: String, configurationState: String, exportRoutePolicy: ExportRoutePolicyResponse? = null, exportRoutePolicyId: String? = null, id: String, importRoutePolicy: ImportRoutePolicyResponse? = null, importRoutePolicyId: String? = null, name: String, networkToNetworkInterconnectId: String? = null, optionAProperties: ExternalNetworkPropertiesResponseOptionAProperties? = null, optionBProperties: L3OptionBPropertiesResponse? = null, peeringOption: String, provisioningState: String, systemData: SystemDataResponse, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Administrative state of the resource.

Link copied to clipboard
val annotation: String? = null

Switch configuration description.

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

Configuration state of the resource.

Link copied to clipboard

Export Route Policy either IPv4 or IPv6.

Link copied to clipboard

ARM Resource ID of the RoutePolicy. This is used for the backward compatibility.

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"

Link copied to clipboard

Import Route Policy either IPv4 or IPv6.

Link copied to clipboard

ARM Resource ID of the RoutePolicy. This is used for the backward compatibility.

Link copied to clipboard

The name of the resource

Link copied to clipboard

ARM Resource ID of the networkToNetworkInterconnectId of the ExternalNetwork resource.

Link copied to clipboard
Link copied to clipboard

option B properties object

Link copied to clipboard

Peering option list.

Link copied to clipboard

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"