174 строки
12 KiB
YAML
174 строки
12 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.appservice.models.SiteMachineKey"
|
|
fullName: "com.azure.resourcemanager.appservice.models.SiteMachineKey"
|
|
name: "SiteMachineKey"
|
|
nameWithType: "SiteMachineKey"
|
|
summary: "Machine<wbr>Key of an app."
|
|
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 **SiteMachineKey**</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.appservice.models.SiteMachineKey?alt=com.azure.resourcemanager.appservice.models.SiteMachineKey&text=SiteMachineKey\" data-throw-if-not-resolved=\"False\" />>"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.appservice.models.SiteMachineKey.SiteMachineKey()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.SiteMachineKey.SiteMachineKey()"
|
|
name: "SiteMachineKey()"
|
|
nameWithType: "SiteMachineKey.SiteMachineKey()"
|
|
summary: "Creates an instance of Site<wbr>Machine<wbr>Key class."
|
|
syntax: "public SiteMachineKey()"
|
|
desc: "Creates an instance of SiteMachineKey class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.appservice.models.SiteMachineKey.decryption()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.SiteMachineKey.decryption()"
|
|
name: "decryption()"
|
|
nameWithType: "SiteMachineKey.decryption()"
|
|
summary: "Get the decryption property: Algorithm used for decryption."
|
|
syntax: "public String decryption()"
|
|
desc: "Get the decryption property: Algorithm used for decryption."
|
|
returns:
|
|
description: "the decryption value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.appservice.models.SiteMachineKey.decryptionKey()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.SiteMachineKey.decryptionKey()"
|
|
name: "decryptionKey()"
|
|
nameWithType: "SiteMachineKey.decryptionKey()"
|
|
summary: "Get the decryption<wbr>Key property: Decryption key."
|
|
syntax: "public String decryptionKey()"
|
|
desc: "Get the decryptionKey property: Decryption key."
|
|
returns:
|
|
description: "the decryptionKey value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.appservice.models.SiteMachineKey.fromJson(com.azure.json.JsonReader)"
|
|
fullName: "com.azure.resourcemanager.appservice.models.SiteMachineKey.fromJson(JsonReader jsonReader)"
|
|
name: "fromJson(JsonReader jsonReader)"
|
|
nameWithType: "SiteMachineKey.fromJson(JsonReader jsonReader)"
|
|
summary: "Reads an instance of Site<wbr>Machine<wbr>Key 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 SiteMachineKey fromJson(JsonReader jsonReader)"
|
|
exceptions:
|
|
- description: "If an error occurs while reading the SiteMachineKey."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
|
|
desc: "Reads an instance of SiteMachineKey from the JsonReader."
|
|
returns:
|
|
description: "An instance of SiteMachineKey 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.appservice.models.SiteMachineKey?alt=com.azure.resourcemanager.appservice.models.SiteMachineKey&text=SiteMachineKey\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appservice.models.SiteMachineKey.toJson(com.azure.json.JsonWriter)"
|
|
fullName: "com.azure.resourcemanager.appservice.models.SiteMachineKey.toJson(JsonWriter jsonWriter)"
|
|
name: "toJson(JsonWriter jsonWriter)"
|
|
nameWithType: "SiteMachineKey.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.appservice.models.SiteMachineKey.validate()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.SiteMachineKey.validate()"
|
|
name: "validate()"
|
|
nameWithType: "SiteMachineKey.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.appservice.models.SiteMachineKey.validation()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.SiteMachineKey.validation()"
|
|
name: "validation()"
|
|
nameWithType: "SiteMachineKey.validation()"
|
|
summary: "Get the validation property: Machine<wbr>Key validation."
|
|
syntax: "public String validation()"
|
|
desc: "Get the validation property: MachineKey validation."
|
|
returns:
|
|
description: "the validation value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.appservice.models.SiteMachineKey.validationKey()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.SiteMachineKey.validationKey()"
|
|
name: "validationKey()"
|
|
nameWithType: "SiteMachineKey.validationKey()"
|
|
summary: "Get the validation<wbr>Key property: Validation key."
|
|
syntax: "public String validationKey()"
|
|
desc: "Get the validationKey property: Validation key."
|
|
returns:
|
|
description: "the validationKey value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.appservice.models.SiteMachineKey.withDecryption(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.appservice.models.SiteMachineKey.withDecryption(String decryption)"
|
|
name: "withDecryption(String decryption)"
|
|
nameWithType: "SiteMachineKey.withDecryption(String decryption)"
|
|
summary: "Set the decryption property: Algorithm used for decryption."
|
|
parameters:
|
|
- description: "the decryption value to set."
|
|
name: "decryption"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public SiteMachineKey withDecryption(String decryption)"
|
|
desc: "Set the decryption property: Algorithm used for decryption."
|
|
returns:
|
|
description: "the SiteMachineKey object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.models.SiteMachineKey?alt=com.azure.resourcemanager.appservice.models.SiteMachineKey&text=SiteMachineKey\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appservice.models.SiteMachineKey.withDecryptionKey(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.appservice.models.SiteMachineKey.withDecryptionKey(String decryptionKey)"
|
|
name: "withDecryptionKey(String decryptionKey)"
|
|
nameWithType: "SiteMachineKey.withDecryptionKey(String decryptionKey)"
|
|
summary: "Set the decryption<wbr>Key property: Decryption key."
|
|
parameters:
|
|
- description: "the decryptionKey value to set."
|
|
name: "decryptionKey"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public SiteMachineKey withDecryptionKey(String decryptionKey)"
|
|
desc: "Set the decryptionKey property: Decryption key."
|
|
returns:
|
|
description: "the SiteMachineKey object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.models.SiteMachineKey?alt=com.azure.resourcemanager.appservice.models.SiteMachineKey&text=SiteMachineKey\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appservice.models.SiteMachineKey.withValidation(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.appservice.models.SiteMachineKey.withValidation(String validation)"
|
|
name: "withValidation(String validation)"
|
|
nameWithType: "SiteMachineKey.withValidation(String validation)"
|
|
summary: "Set the validation property: Machine<wbr>Key validation."
|
|
parameters:
|
|
- description: "the validation value to set."
|
|
name: "validation"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public SiteMachineKey withValidation(String validation)"
|
|
desc: "Set the validation property: MachineKey validation."
|
|
returns:
|
|
description: "the SiteMachineKey object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.models.SiteMachineKey?alt=com.azure.resourcemanager.appservice.models.SiteMachineKey&text=SiteMachineKey\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appservice.models.SiteMachineKey.withValidationKey(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.appservice.models.SiteMachineKey.withValidationKey(String validationKey)"
|
|
name: "withValidationKey(String validationKey)"
|
|
nameWithType: "SiteMachineKey.withValidationKey(String validationKey)"
|
|
summary: "Set the validation<wbr>Key property: Validation key."
|
|
parameters:
|
|
- description: "the validationKey value to set."
|
|
name: "validationKey"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public SiteMachineKey withValidationKey(String validationKey)"
|
|
desc: "Set the validationKey property: Validation key."
|
|
returns:
|
|
description: "the SiteMachineKey object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.models.SiteMachineKey?alt=com.azure.resourcemanager.appservice.models.SiteMachineKey&text=SiteMachineKey\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "MachineKey of an app."
|
|
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.appservice.models.SiteMachineKey?alt=com.azure.resourcemanager.appservice.models.SiteMachineKey&text=SiteMachineKey\" data-throw-if-not-resolved=\"False\" />>"
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.appservice.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-appservice:2.42.0
|