MapsAccountKeys Interface

public interface MapsAccountKeys

An immutable client-side representation of MapsAccountKeys.

Method Summary

Modifier and Type Method and Description
abstract MapsAccountKeysInner innerModel()

Gets the inner com.azure.resourcemanager.maps.fluent.models.MapsAccountKeysInner object.

abstract String primaryKey()

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

abstract String primaryKeyLastUpdated()

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

abstract String secondaryKey()

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

abstract String secondaryKeyLastUpdated()

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

Method Details

innerModel

public abstract MapsAccountKeysInner innerModel()

Gets the inner com.azure.resourcemanager.maps.fluent.models.MapsAccountKeysInner object.

Returns:

the inner object.

primaryKey

public abstract String primaryKey()

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

Returns:

the primaryKey value.

primaryKeyLastUpdated

public abstract String primaryKeyLastUpdated()

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

Returns:

the primaryKeyLastUpdated value.

secondaryKey

public abstract String secondaryKey()

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

Returns:

the secondaryKey value.

secondaryKeyLastUpdated

public abstract String secondaryKeyLastUpdated()

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

Returns:

the secondaryKeyLastUpdated value.

Applies to