ExpressRouteAuthorizationKeyInner Class

  • java.lang.Object
    • com.azure.resourcemanager.network.fluent.models.ExpressRouteAuthorizationKeyInner

Implements

public final class ExpressRouteAuthorizationKeyInner
implements JsonSerializable<ExpressRouteAuthorizationKeyInner>

The authorization key.

Method Summary

Modifier and Type Method and Description
String authorizationKey()

Get the authorizationKey property: The authorization key used to establish connection between resources in different subscriptions.

static ExpressRouteAuthorizationKeyInner fromJson(JsonReader jsonReader)

Reads an instance of ExpressRouteAuthorizationKeyInner from the JsonReader.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

Methods inherited from java.lang.Object

Method Details

authorizationKey

public String authorizationKey()

Get the authorizationKey property: The authorization key used to establish connection between resources in different subscriptions.

Returns:

the authorizationKey value.

fromJson

public static ExpressRouteAuthorizationKeyInner fromJson(JsonReader jsonReader)

Reads an instance of ExpressRouteAuthorizationKeyInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of ExpressRouteAuthorizationKeyInner if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the ExpressRouteAuthorizationKeyInner.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Applies to