126 строки
8.3 KiB
YAML
126 строки
8.3 KiB
YAML
|
### YamlMime:JavaType
|
||
|
uid: "com.azure.resourcemanager.scvmm.models.VmmCredential"
|
||
|
fullName: "com.azure.resourcemanager.scvmm.models.VmmCredential"
|
||
|
name: "VmmCredential"
|
||
|
nameWithType: "VmmCredential"
|
||
|
summary: "Credentials to connect to Vmm<wbr>Server."
|
||
|
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 **VmmCredential**</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.scvmm.models.VmmCredential?alt=com.azure.resourcemanager.scvmm.models.VmmCredential&text=VmmCredential\" data-throw-if-not-resolved=\"False\" />>"
|
||
|
constructors:
|
||
|
- uid: "com.azure.resourcemanager.scvmm.models.VmmCredential.VmmCredential()"
|
||
|
fullName: "com.azure.resourcemanager.scvmm.models.VmmCredential.VmmCredential()"
|
||
|
name: "VmmCredential()"
|
||
|
nameWithType: "VmmCredential.VmmCredential()"
|
||
|
summary: "Creates an instance of Vmm<wbr>Credential class."
|
||
|
syntax: "public VmmCredential()"
|
||
|
desc: "Creates an instance of VmmCredential class."
|
||
|
methods:
|
||
|
- uid: "com.azure.resourcemanager.scvmm.models.VmmCredential.fromJson(com.azure.json.JsonReader)"
|
||
|
fullName: "com.azure.resourcemanager.scvmm.models.VmmCredential.fromJson(JsonReader jsonReader)"
|
||
|
name: "fromJson(JsonReader jsonReader)"
|
||
|
nameWithType: "VmmCredential.fromJson(JsonReader jsonReader)"
|
||
|
summary: "Reads an instance of Vmm<wbr>Credential 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 VmmCredential fromJson(JsonReader jsonReader)"
|
||
|
exceptions:
|
||
|
- description: "If an error occurs while reading the VmmCredential."
|
||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
|
||
|
desc: "Reads an instance of VmmCredential from the JsonReader."
|
||
|
returns:
|
||
|
description: "An instance of VmmCredential 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.scvmm.models.VmmCredential?alt=com.azure.resourcemanager.scvmm.models.VmmCredential&text=VmmCredential\" data-throw-if-not-resolved=\"False\" />"
|
||
|
- uid: "com.azure.resourcemanager.scvmm.models.VmmCredential.password()"
|
||
|
fullName: "com.azure.resourcemanager.scvmm.models.VmmCredential.password()"
|
||
|
name: "password()"
|
||
|
nameWithType: "VmmCredential.password()"
|
||
|
summary: "Get the password property: Password to use to connect to Vmm<wbr>Server."
|
||
|
syntax: "public String password()"
|
||
|
desc: "Get the password property: Password to use to connect to VmmServer."
|
||
|
returns:
|
||
|
description: "the password value."
|
||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||
|
- uid: "com.azure.resourcemanager.scvmm.models.VmmCredential.toJson(com.azure.json.JsonWriter)"
|
||
|
fullName: "com.azure.resourcemanager.scvmm.models.VmmCredential.toJson(JsonWriter jsonWriter)"
|
||
|
name: "toJson(JsonWriter jsonWriter)"
|
||
|
nameWithType: "VmmCredential.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.scvmm.models.VmmCredential.username()"
|
||
|
fullName: "com.azure.resourcemanager.scvmm.models.VmmCredential.username()"
|
||
|
name: "username()"
|
||
|
nameWithType: "VmmCredential.username()"
|
||
|
summary: "Get the username property: Username to use to connect to Vmm<wbr>Server."
|
||
|
syntax: "public String username()"
|
||
|
desc: "Get the username property: Username to use to connect to VmmServer."
|
||
|
returns:
|
||
|
description: "the username value."
|
||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||
|
- uid: "com.azure.resourcemanager.scvmm.models.VmmCredential.validate()"
|
||
|
fullName: "com.azure.resourcemanager.scvmm.models.VmmCredential.validate()"
|
||
|
name: "validate()"
|
||
|
nameWithType: "VmmCredential.validate()"
|
||
|
summary: "Validates the instance."
|
||
|
syntax: "public void validate()"
|
||
|
desc: "Validates the instance."
|
||
|
- uid: "com.azure.resourcemanager.scvmm.models.VmmCredential.withPassword(java.lang.String)"
|
||
|
fullName: "com.azure.resourcemanager.scvmm.models.VmmCredential.withPassword(String password)"
|
||
|
name: "withPassword(String password)"
|
||
|
nameWithType: "VmmCredential.withPassword(String password)"
|
||
|
summary: "Set the password property: Password to use to connect to Vmm<wbr>Server."
|
||
|
parameters:
|
||
|
- description: "the password value to set."
|
||
|
name: "password"
|
||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||
|
syntax: "public VmmCredential withPassword(String password)"
|
||
|
desc: "Set the password property: Password to use to connect to VmmServer."
|
||
|
returns:
|
||
|
description: "the VmmCredential object itself."
|
||
|
type: "<xref href=\"com.azure.resourcemanager.scvmm.models.VmmCredential?alt=com.azure.resourcemanager.scvmm.models.VmmCredential&text=VmmCredential\" data-throw-if-not-resolved=\"False\" />"
|
||
|
- uid: "com.azure.resourcemanager.scvmm.models.VmmCredential.withUsername(java.lang.String)"
|
||
|
fullName: "com.azure.resourcemanager.scvmm.models.VmmCredential.withUsername(String username)"
|
||
|
name: "withUsername(String username)"
|
||
|
nameWithType: "VmmCredential.withUsername(String username)"
|
||
|
summary: "Set the username property: Username to use to connect to Vmm<wbr>Server."
|
||
|
parameters:
|
||
|
- description: "the username value to set."
|
||
|
name: "username"
|
||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||
|
syntax: "public VmmCredential withUsername(String username)"
|
||
|
desc: "Set the username property: Username to use to connect to VmmServer."
|
||
|
returns:
|
||
|
description: "the VmmCredential object itself."
|
||
|
type: "<xref href=\"com.azure.resourcemanager.scvmm.models.VmmCredential?alt=com.azure.resourcemanager.scvmm.models.VmmCredential&text=VmmCredential\" data-throw-if-not-resolved=\"False\" />"
|
||
|
type: "class"
|
||
|
desc: "Credentials to connect to VmmServer."
|
||
|
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.scvmm.models.VmmCredential?alt=com.azure.resourcemanager.scvmm.models.VmmCredential&text=VmmCredential\" data-throw-if-not-resolved=\"False\" />>"
|
||
|
metadata: {}
|
||
|
package: "com.azure.resourcemanager.scvmm.models"
|
||
|
artifact: com.azure.resourcemanager:azure-resourcemanager-scvmm:1.0.0
|