MapsAccountKeysInner Class
- java.
lang. Object - com.
azure. resourcemanager. maps. fluent. models. MapsAccountKeysInner
- com.
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 Maps |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
primaryKey()
Get the primary |
| String |
primaryKeyLastUpdated()
Get the primary |
| String |
secondaryKey()
Get the secondary |
| String |
secondaryKeyLastUpdated()
Get the secondary |
| 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:
primaryKeyLastUpdated
public String primaryKeyLastUpdated()
Get the primaryKeyLastUpdated property: The last updated date and time of the primary key.
Returns:
secondaryKey
public String secondaryKey()
Get the secondaryKey property: The secondary key for accessing the Maps REST APIs.
Returns:
secondaryKeyLastUpdated
public String secondaryKeyLastUpdated()
Get the secondaryKeyLastUpdated property: The last updated date and time of the secondary key.
Returns:
validate
public void validate()
Validates the instance.