Show / Hide Table of Contents

Class ExpressRouteCircuitAuthorizationState

Inheritance
System.Object
InputArgs
ResourceArgs
ExpressRouteCircuitAuthorizationState
Inherited Members
ResourceArgs.Empty
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 Source

ExpressRouteCircuitAuthorizationState()

Declaration
public ExpressRouteCircuitAuthorizationState()

Properties

View Source

AuthorizationKey

The Authorization Key.

Declaration
public Input<string> AuthorizationKey { get; set; }
Property Value
Type Description
Input<System.String>
View Source

AuthorizationUseStatus

The authorization use status.

Declaration
public Input<string> AuthorizationUseStatus { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
View Source

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.