MapsAccountKeys Interface
public interface MapsAccountKeys
An immutable client-side representation of MapsAccountKeys.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Maps |
innerModel()
Gets the inner com. |
| abstract String |
primaryKey()
Gets the primary |
| abstract String |
primaryKeyLastUpdated()
Gets the primary |
| abstract String |
secondaryKey()
Gets the secondary |
| abstract String |
secondaryKeyLastUpdated()
Gets the secondary |
Method Details
innerModel
public abstract MapsAccountKeysInner innerModel()
Gets the inner com.azure.resourcemanager.maps.fluent.models.MapsAccountKeysInner object.
Returns:
primaryKey
public abstract String primaryKey()
Gets the primaryKey property: The primary key for accessing the Maps REST APIs.
Returns:
primaryKeyLastUpdated
public abstract String primaryKeyLastUpdated()
Gets the primaryKeyLastUpdated property: The last updated date and time of the primary key.
Returns:
secondaryKey
public abstract String secondaryKey()
Gets the secondaryKey property: The secondary key for accessing the Maps REST APIs.
Returns:
secondaryKeyLastUpdated
public abstract String secondaryKeyLastUpdated()
Gets the secondaryKeyLastUpdated property: The last updated date and time of the secondary key.
Returns: