ExpressRouteAuthorization Class

Definition

ExpressRoute Circuit Authorization

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20211201.ExpressRouteAuthorizationTypeConverter))]
public class ExpressRouteAuthorization : Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20211201.IExpressRouteAuthorization, Microsoft.Azure.PowerShell.Cmdlets.VMware.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20211201.ExpressRouteAuthorizationTypeConverter))>]
type ExpressRouteAuthorization = class
    interface IExpressRouteAuthorization
    interface IJsonSerializable
    interface IResource
    interface IValidates
Public Class ExpressRouteAuthorization
Implements IExpressRouteAuthorization, IValidates
Inheritance
ExpressRouteAuthorization
Attributes
Implements

Constructors

ExpressRouteAuthorization()

Creates an new ExpressRouteAuthorization instance.

Properties

ExpressRouteAuthorizationId

The ID of the ExpressRoute Circuit Authorization

ExpressRouteId

The ID of the ExpressRoute Circuit

Id

Resource ID.

Key

The key of the ExpressRoute Circuit Authorization

Name

Resource name.

ProvisioningState

The state of the ExpressRoute Circuit Authorization provisioning

ResourceGroupName

Gets the resource group name

Type

Resource type.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ExpressRouteAuthorization.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ExpressRouteAuthorization.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20211201.IExpressRouteAuthorization.

FromJsonString(String)

Creates a new instance of ExpressRouteAuthorization, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ExpressRouteAuthorization into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to