Class ExpressRouteCircuitAuthorizationArgs
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 ExpressRouteCircuitAuthorizationArgs : ResourceArgs
Constructors
View SourceExpressRouteCircuitAuthorizationArgs()
Declaration
public ExpressRouteCircuitAuthorizationArgs()
Properties
View SourceExpressRouteCircuitName
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> |