Show / Hide Table of Contents

Class GetExpressRouteCircuitResult

Inheritance
System.Object
GetExpressRouteCircuitResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.Network
Assembly: Pulumi.Azure.dll
Syntax
public sealed class GetExpressRouteCircuitResult

Fields

View Source

Id

The provider-assigned unique ID for this managed resource.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

Location

The Azure location where the ExpressRoute circuit exists

Declaration
public readonly string Location
Field Value
Type Description
System.String
View Source

Name

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

Peerings

A peerings block for the ExpressRoute circuit as documented below

Declaration
public readonly ImmutableArray<GetExpressRouteCircuitPeeringResult> Peerings
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<GetExpressRouteCircuitPeeringResult>
View Source

ResourceGroupName

Declaration
public readonly string ResourceGroupName
Field Value
Type Description
System.String
View Source

ServiceKey

The string needed by the service provider to provision the ExpressRoute circuit.

Declaration
public readonly string ServiceKey
Field Value
Type Description
System.String
View Source

ServiceProviderProperties

A service_provider_properties block for the ExpressRoute circuit as documented below

Declaration
public readonly ImmutableArray<GetExpressRouteCircuitServiceProviderPropertyResult> ServiceProviderProperties
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<GetExpressRouteCircuitServiceProviderPropertyResult>
View Source

ServiceProviderProvisioningState

The ExpressRoute circuit provisioning state from your chosen service provider. Possible values are "NotProvisioned", "Provisioning", "Provisioned", and "Deprovisioning".

Declaration
public readonly string ServiceProviderProvisioningState
Field Value
Type Description
System.String
View Source

Sku

A sku block for the ExpressRoute circuit as documented below.

Declaration
public readonly GetExpressRouteCircuitSkuResult Sku
Field Value
Type Description
GetExpressRouteCircuitSkuResult
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.