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 SourceId
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
Location
The Azure location where the ExpressRoute circuit exists
Declaration
public readonly string Location
Field Value
| Type | Description |
|---|---|
| System.String |
Name
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
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> |
ResourceGroupName
Declaration
public readonly string ResourceGroupName
Field Value
| Type | Description |
|---|---|
| System.String |
ServiceKey
The string needed by the service provider to provision the ExpressRoute circuit.
Declaration
public readonly string ServiceKey
Field Value
| Type | Description |
|---|---|
| System.String |
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> |
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 |
Sku
A sku block for the ExpressRoute circuit as documented below.
Declaration
public readonly GetExpressRouteCircuitSkuResult Sku
Field Value
| Type | Description |
|---|---|
| GetExpressRouteCircuitSkuResult |