Show / Hide Table of Contents

Class ExpressRouteCircuitAuthorizationArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ExpressRouteCircuitAuthorizationArgs
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 ExpressRouteCircuitAuthorizationArgs : ResourceArgs

Constructors

View Source

ExpressRouteCircuitAuthorizationArgs()

Declaration
public ExpressRouteCircuitAuthorizationArgs()

Properties

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.