共用方式為


MapsAccountKeysInner Class

  • java.lang.Object
    • com.azure.resourcemanager.maps.fluent.models.MapsAccountKeysInner

public final class MapsAccountKeysInner

The set of keys which can be used to access the Maps REST APIs. Two keys are provided for key rotation without interruption.

Constructor Summary

Constructor Description
MapsAccountKeysInner()

Creates an instance of MapsAccountKeysInner class.

Method Summary

Modifier and Type Method and Description
String primaryKey()

Get the primaryKey property: The primary key for accessing the Maps REST APIs.

String primaryKeyLastUpdated()

Get the primaryKeyLastUpdated property: The last updated date and time of the primary key.

String secondaryKey()

Get the secondaryKey property: The secondary key for accessing the Maps REST APIs.

String secondaryKeyLastUpdated()

Get the secondaryKeyLastUpdated property: The last updated date and time of the secondary key.

void validate()

Validates the instance.

Methods inherited from java.lang.Object

Constructor Details

MapsAccountKeysInner

public MapsAccountKeysInner()

Creates an instance of MapsAccountKeysInner class.

Method Details

primaryKey

public String primaryKey()

Get the primaryKey property: The primary key for accessing the Maps REST APIs.

Returns:

the primaryKey value.

primaryKeyLastUpdated

public String primaryKeyLastUpdated()

Get the primaryKeyLastUpdated property: The last updated date and time of the primary key.

Returns:

the primaryKeyLastUpdated value.

secondaryKey

public String secondaryKey()

Get the secondaryKey property: The secondary key for accessing the Maps REST APIs.

Returns:

the secondaryKey value.

secondaryKeyLastUpdated

public String secondaryKeyLastUpdated()

Get the secondaryKeyLastUpdated property: The last updated date and time of the secondary key.

Returns:

the secondaryKeyLastUpdated value.

validate

public void validate()

Validates the instance.

Applies to