150 строки
11 KiB
YAML
150 строки
11 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.dataprotection.models.SecretStoreResource"
|
|
fullName: "com.azure.resourcemanager.dataprotection.models.SecretStoreResource"
|
|
name: "SecretStoreResource"
|
|
nameWithType: "SecretStoreResource"
|
|
summary: "Class representing a secret store resource."
|
|
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 **SecretStoreResource**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.dataprotection.models.SecretStoreResource?alt=com.azure.resourcemanager.dataprotection.models.SecretStoreResource&text=SecretStoreResource\" data-throw-if-not-resolved=\"False\" />>"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.dataprotection.models.SecretStoreResource.SecretStoreResource()"
|
|
fullName: "com.azure.resourcemanager.dataprotection.models.SecretStoreResource.SecretStoreResource()"
|
|
name: "SecretStoreResource()"
|
|
nameWithType: "SecretStoreResource.SecretStoreResource()"
|
|
summary: "Creates an instance of Secret<wbr>Store<wbr>Resource class."
|
|
syntax: "public SecretStoreResource()"
|
|
desc: "Creates an instance of SecretStoreResource class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.dataprotection.models.SecretStoreResource.fromJson(com.azure.json.JsonReader)"
|
|
fullName: "com.azure.resourcemanager.dataprotection.models.SecretStoreResource.fromJson(JsonReader jsonReader)"
|
|
name: "fromJson(JsonReader jsonReader)"
|
|
nameWithType: "SecretStoreResource.fromJson(JsonReader jsonReader)"
|
|
summary: "Reads an instance of Secret<wbr>Store<wbr>Resource from the Json<wbr>Reader."
|
|
modifiers:
|
|
- "static"
|
|
parameters:
|
|
- description: "The JsonReader being read."
|
|
name: "jsonReader"
|
|
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public static SecretStoreResource fromJson(JsonReader jsonReader)"
|
|
exceptions:
|
|
- description: "If the deserialized JSON object was missing any required properties."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
|
|
desc: "Reads an instance of SecretStoreResource from the JsonReader."
|
|
returns:
|
|
description: "An instance of SecretStoreResource if the JsonReader was pointing to an instance of it, or null if it was\n pointing to JSON null."
|
|
type: "<xref href=\"com.azure.resourcemanager.dataprotection.models.SecretStoreResource?alt=com.azure.resourcemanager.dataprotection.models.SecretStoreResource&text=SecretStoreResource\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.dataprotection.models.SecretStoreResource.secretStoreType()"
|
|
fullName: "com.azure.resourcemanager.dataprotection.models.SecretStoreResource.secretStoreType()"
|
|
name: "secretStoreType()"
|
|
nameWithType: "SecretStoreResource.secretStoreType()"
|
|
summary: "Get the secret<wbr>Store<wbr>Type property: Gets or sets the type of secret store."
|
|
syntax: "public SecretStoreType secretStoreType()"
|
|
desc: "Get the secretStoreType property: Gets or sets the type of secret store."
|
|
returns:
|
|
description: "the secretStoreType value."
|
|
type: "<xref href=\"com.azure.resourcemanager.dataprotection.models.SecretStoreType?alt=com.azure.resourcemanager.dataprotection.models.SecretStoreType&text=SecretStoreType\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.dataprotection.models.SecretStoreResource.toJson(com.azure.json.JsonWriter)"
|
|
fullName: "com.azure.resourcemanager.dataprotection.models.SecretStoreResource.toJson(JsonWriter jsonWriter)"
|
|
name: "toJson(JsonWriter jsonWriter)"
|
|
nameWithType: "SecretStoreResource.toJson(JsonWriter jsonWriter)"
|
|
parameters:
|
|
- name: "jsonWriter"
|
|
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public JsonWriter toJson(JsonWriter jsonWriter)"
|
|
exceptions:
|
|
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
|
|
returns:
|
|
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.dataprotection.models.SecretStoreResource.uri()"
|
|
fullName: "com.azure.resourcemanager.dataprotection.models.SecretStoreResource.uri()"
|
|
name: "uri()"
|
|
nameWithType: "SecretStoreResource.uri()"
|
|
summary: "Get the uri property: Uri to get to the resource."
|
|
syntax: "public String uri()"
|
|
desc: "Get the uri property: Uri to get to the resource."
|
|
returns:
|
|
description: "the uri value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.dataprotection.models.SecretStoreResource.validate()"
|
|
fullName: "com.azure.resourcemanager.dataprotection.models.SecretStoreResource.validate()"
|
|
name: "validate()"
|
|
nameWithType: "SecretStoreResource.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.dataprotection.models.SecretStoreResource.value()"
|
|
fullName: "com.azure.resourcemanager.dataprotection.models.SecretStoreResource.value()"
|
|
name: "value()"
|
|
nameWithType: "SecretStoreResource.value()"
|
|
summary: "Get the value property: Gets or sets value stored in secret store resource."
|
|
syntax: "public String value()"
|
|
desc: "Get the value property: Gets or sets value stored in secret store resource."
|
|
returns:
|
|
description: "the value value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.dataprotection.models.SecretStoreResource.withSecretStoreType(com.azure.resourcemanager.dataprotection.models.SecretStoreType)"
|
|
fullName: "com.azure.resourcemanager.dataprotection.models.SecretStoreResource.withSecretStoreType(SecretStoreType secretStoreType)"
|
|
name: "withSecretStoreType(SecretStoreType secretStoreType)"
|
|
nameWithType: "SecretStoreResource.withSecretStoreType(SecretStoreType secretStoreType)"
|
|
summary: "Set the secret<wbr>Store<wbr>Type property: Gets or sets the type of secret store."
|
|
parameters:
|
|
- description: "the secretStoreType value to set."
|
|
name: "secretStoreType"
|
|
type: "<xref href=\"com.azure.resourcemanager.dataprotection.models.SecretStoreType?alt=com.azure.resourcemanager.dataprotection.models.SecretStoreType&text=SecretStoreType\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public SecretStoreResource withSecretStoreType(SecretStoreType secretStoreType)"
|
|
desc: "Set the secretStoreType property: Gets or sets the type of secret store."
|
|
returns:
|
|
description: "the SecretStoreResource object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.dataprotection.models.SecretStoreResource?alt=com.azure.resourcemanager.dataprotection.models.SecretStoreResource&text=SecretStoreResource\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.dataprotection.models.SecretStoreResource.withUri(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.dataprotection.models.SecretStoreResource.withUri(String uri)"
|
|
name: "withUri(String uri)"
|
|
nameWithType: "SecretStoreResource.withUri(String uri)"
|
|
summary: "Set the uri property: Uri to get to the resource."
|
|
parameters:
|
|
- description: "the uri value to set."
|
|
name: "uri"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public SecretStoreResource withUri(String uri)"
|
|
desc: "Set the uri property: Uri to get to the resource."
|
|
returns:
|
|
description: "the SecretStoreResource object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.dataprotection.models.SecretStoreResource?alt=com.azure.resourcemanager.dataprotection.models.SecretStoreResource&text=SecretStoreResource\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.dataprotection.models.SecretStoreResource.withValue(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.dataprotection.models.SecretStoreResource.withValue(String value)"
|
|
name: "withValue(String value)"
|
|
nameWithType: "SecretStoreResource.withValue(String value)"
|
|
summary: "Set the value property: Gets or sets value stored in secret store resource."
|
|
parameters:
|
|
- description: "the value value to set."
|
|
name: "value"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public SecretStoreResource withValue(String value)"
|
|
desc: "Set the value property: Gets or sets value stored in secret store resource."
|
|
returns:
|
|
description: "the SecretStoreResource object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.dataprotection.models.SecretStoreResource?alt=com.azure.resourcemanager.dataprotection.models.SecretStoreResource&text=SecretStoreResource\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Class representing a secret store resource."
|
|
implements:
|
|
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.dataprotection.models.SecretStoreResource?alt=com.azure.resourcemanager.dataprotection.models.SecretStoreResource&text=SecretStoreResource\" data-throw-if-not-resolved=\"False\" />>"
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.dataprotection.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-dataprotection:1.3.0
|