85 строки
5.6 KiB
YAML
85 строки
5.6 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.maps.fluent.models.MapsAccountKeysInner"
|
|
fullName: "com.azure.resourcemanager.maps.fluent.models.MapsAccountKeysInner"
|
|
name: "MapsAccountKeysInner"
|
|
nameWithType: "MapsAccountKeysInner"
|
|
summary: "The set of keys which can be used to access the Maps REST APIs."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
|
|
methodsRef:
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
|
|
syntax: "public final class **MapsAccountKeysInner**"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.maps.fluent.models.MapsAccountKeysInner.MapsAccountKeysInner()"
|
|
fullName: "com.azure.resourcemanager.maps.fluent.models.MapsAccountKeysInner.MapsAccountKeysInner()"
|
|
name: "MapsAccountKeysInner()"
|
|
nameWithType: "MapsAccountKeysInner.MapsAccountKeysInner()"
|
|
summary: "Creates an instance of Maps<wbr>Account<wbr>Keys<wbr>Inner class."
|
|
syntax: "public MapsAccountKeysInner()"
|
|
desc: "Creates an instance of MapsAccountKeysInner class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.maps.fluent.models.MapsAccountKeysInner.primaryKey()"
|
|
fullName: "com.azure.resourcemanager.maps.fluent.models.MapsAccountKeysInner.primaryKey()"
|
|
name: "primaryKey()"
|
|
nameWithType: "MapsAccountKeysInner.primaryKey()"
|
|
summary: "Get the primary<wbr>Key property: The primary key for accessing the Maps REST APIs."
|
|
syntax: "public String primaryKey()"
|
|
desc: "Get 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.fluent.models.MapsAccountKeysInner.primaryKeyLastUpdated()"
|
|
fullName: "com.azure.resourcemanager.maps.fluent.models.MapsAccountKeysInner.primaryKeyLastUpdated()"
|
|
name: "primaryKeyLastUpdated()"
|
|
nameWithType: "MapsAccountKeysInner.primaryKeyLastUpdated()"
|
|
summary: "Get the primary<wbr>Key<wbr>Last<wbr>Updated property: The last updated date and time of the primary key."
|
|
syntax: "public String primaryKeyLastUpdated()"
|
|
desc: "Get 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.fluent.models.MapsAccountKeysInner.secondaryKey()"
|
|
fullName: "com.azure.resourcemanager.maps.fluent.models.MapsAccountKeysInner.secondaryKey()"
|
|
name: "secondaryKey()"
|
|
nameWithType: "MapsAccountKeysInner.secondaryKey()"
|
|
summary: "Get the secondary<wbr>Key property: The secondary key for accessing the Maps REST APIs."
|
|
syntax: "public String secondaryKey()"
|
|
desc: "Get 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.fluent.models.MapsAccountKeysInner.secondaryKeyLastUpdated()"
|
|
fullName: "com.azure.resourcemanager.maps.fluent.models.MapsAccountKeysInner.secondaryKeyLastUpdated()"
|
|
name: "secondaryKeyLastUpdated()"
|
|
nameWithType: "MapsAccountKeysInner.secondaryKeyLastUpdated()"
|
|
summary: "Get the secondary<wbr>Key<wbr>Last<wbr>Updated property: The last updated date and time of the secondary key."
|
|
syntax: "public String secondaryKeyLastUpdated()"
|
|
desc: "Get 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>"
|
|
- uid: "com.azure.resourcemanager.maps.fluent.models.MapsAccountKeysInner.validate()"
|
|
fullName: "com.azure.resourcemanager.maps.fluent.models.MapsAccountKeysInner.validate()"
|
|
name: "validate()"
|
|
nameWithType: "MapsAccountKeysInner.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
type: "class"
|
|
desc: "The set of keys which can be used to access the Maps REST APIs. Two keys are provided for key rotation without interruption."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.maps.fluent.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-maps:1.0.0
|