Class ExpressRouteCircuitAuthorizationState
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 ExpressRouteCircuitAuthorizationState : ResourceArgs
Constructors
View SourceExpressRouteCircuitAuthorizationState()
Declaration
public ExpressRouteCircuitAuthorizationState()
Properties
View SourceAuthorizationKey
The Authorization Key.
Declaration
public Input<string> AuthorizationKey { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
AuthorizationUseStatus
The authorization use status.
Declaration
public Input<string> AuthorizationUseStatus { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ExpressRouteCircuitName
The name of the Express Route Circuit in which to create the Authorization.
Declaration
public Input<string> ExpressRouteCircuitName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
The name of the ExpressRoute circuit. Changing this forces a new resource to be created.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ResourceGroupName
The name of the resource group in which to create the ExpressRoute circuit. Changing this forces a new resource to be created.
Declaration
public Input<string> ResourceGroupName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |