azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.m...

74 строки
4.1 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.maps.models.MapsAccountKeys"
fullName: "com.azure.resourcemanager.maps.models.MapsAccountKeys"
name: "MapsAccountKeys"
nameWithType: "MapsAccountKeys"
summary: "An immutable client-side representation of Maps<wbr>Account<wbr>Keys."
syntax: "public interface **MapsAccountKeys**"
methods:
- uid: "com.azure.resourcemanager.maps.models.MapsAccountKeys.innerModel()"
fullName: "com.azure.resourcemanager.maps.models.MapsAccountKeys.innerModel()"
name: "innerModel()"
nameWithType: "MapsAccountKeys.innerModel()"
summary: "Gets the inner com.<wbr>azure.<wbr>resourcemanager.<wbr>maps.<wbr>fluent.<wbr>models.<wbr>Maps<wbr>Account<wbr>Keys<wbr>Inner object."
modifiers:
- "abstract"
syntax: "public abstract MapsAccountKeysInner innerModel()"
desc: "Gets the inner com.azure.resourcemanager.maps.fluent.models.MapsAccountKeysInner object."
returns:
description: "the inner object."
type: "<xref href=\"com.azure.resourcemanager.maps.fluent.models.MapsAccountKeysInner?alt=com.azure.resourcemanager.maps.fluent.models.MapsAccountKeysInner&text=MapsAccountKeysInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.maps.models.MapsAccountKeys.primaryKey()"
fullName: "com.azure.resourcemanager.maps.models.MapsAccountKeys.primaryKey()"
name: "primaryKey()"
nameWithType: "MapsAccountKeys.primaryKey()"
summary: "Gets the primary<wbr>Key property: The primary key for accessing the Maps REST APIs."
modifiers:
- "abstract"
syntax: "public abstract String primaryKey()"
desc: "Gets the primaryKey property: The primary key for accessing the Maps REST APIs."
returns:
description: "the primaryKey value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.maps.models.MapsAccountKeys.primaryKeyLastUpdated()"
fullName: "com.azure.resourcemanager.maps.models.MapsAccountKeys.primaryKeyLastUpdated()"
name: "primaryKeyLastUpdated()"
nameWithType: "MapsAccountKeys.primaryKeyLastUpdated()"
summary: "Gets the primary<wbr>Key<wbr>Last<wbr>Updated property: The last updated date and time of the primary key."
modifiers:
- "abstract"
syntax: "public abstract String primaryKeyLastUpdated()"
desc: "Gets the primaryKeyLastUpdated property: The last updated date and time of the primary key."
returns:
description: "the primaryKeyLastUpdated value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.maps.models.MapsAccountKeys.secondaryKey()"
fullName: "com.azure.resourcemanager.maps.models.MapsAccountKeys.secondaryKey()"
name: "secondaryKey()"
nameWithType: "MapsAccountKeys.secondaryKey()"
summary: "Gets the secondary<wbr>Key property: The secondary key for accessing the Maps REST APIs."
modifiers:
- "abstract"
syntax: "public abstract String secondaryKey()"
desc: "Gets the secondaryKey property: The secondary key for accessing the Maps REST APIs."
returns:
description: "the secondaryKey value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.maps.models.MapsAccountKeys.secondaryKeyLastUpdated()"
fullName: "com.azure.resourcemanager.maps.models.MapsAccountKeys.secondaryKeyLastUpdated()"
name: "secondaryKeyLastUpdated()"
nameWithType: "MapsAccountKeys.secondaryKeyLastUpdated()"
summary: "Gets the secondary<wbr>Key<wbr>Last<wbr>Updated property: The last updated date and time of the secondary key."
modifiers:
- "abstract"
syntax: "public abstract String secondaryKeyLastUpdated()"
desc: "Gets the secondaryKeyLastUpdated property: The last updated date and time of the secondary key."
returns:
description: "the secondaryKeyLastUpdated value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
type: "interface"
desc: "An immutable client-side representation of MapsAccountKeys."
metadata: {}
package: "com.azure.resourcemanager.maps.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-maps:1.0.0