93 строки
5.9 KiB
YAML
93 строки
5.9 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.connectedvmware.models.GuestCredential"
|
|
fullName: "com.azure.resourcemanager.connectedvmware.models.GuestCredential"
|
|
name: "GuestCredential"
|
|
nameWithType: "GuestCredential"
|
|
summary: "Username / Password Credentials to connect to guest."
|
|
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 **GuestCredential**"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.connectedvmware.models.GuestCredential.GuestCredential()"
|
|
fullName: "com.azure.resourcemanager.connectedvmware.models.GuestCredential.GuestCredential()"
|
|
name: "GuestCredential()"
|
|
nameWithType: "GuestCredential.GuestCredential()"
|
|
summary: "Creates an instance of Guest<wbr>Credential class."
|
|
syntax: "public GuestCredential()"
|
|
desc: "Creates an instance of GuestCredential class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.connectedvmware.models.GuestCredential.password()"
|
|
fullName: "com.azure.resourcemanager.connectedvmware.models.GuestCredential.password()"
|
|
name: "password()"
|
|
nameWithType: "GuestCredential.password()"
|
|
summary: "Get the password property: Gets or sets the password to connect with the guest."
|
|
syntax: "public String password()"
|
|
desc: "Get the password property: Gets or sets the password to connect with the guest."
|
|
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.connectedvmware.models.GuestCredential.username()"
|
|
fullName: "com.azure.resourcemanager.connectedvmware.models.GuestCredential.username()"
|
|
name: "username()"
|
|
nameWithType: "GuestCredential.username()"
|
|
summary: "Get the username property: Gets or sets username to connect with the guest."
|
|
syntax: "public String username()"
|
|
desc: "Get the username property: Gets or sets username to connect with the guest."
|
|
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.connectedvmware.models.GuestCredential.validate()"
|
|
fullName: "com.azure.resourcemanager.connectedvmware.models.GuestCredential.validate()"
|
|
name: "validate()"
|
|
nameWithType: "GuestCredential.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.connectedvmware.models.GuestCredential.withPassword(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.connectedvmware.models.GuestCredential.withPassword(String password)"
|
|
name: "withPassword(String password)"
|
|
nameWithType: "GuestCredential.withPassword(String password)"
|
|
summary: "Set the password property: Gets or sets the password to connect with the guest."
|
|
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 GuestCredential withPassword(String password)"
|
|
desc: "Set the password property: Gets or sets the password to connect with the guest."
|
|
returns:
|
|
description: "the GuestCredential object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.GuestCredential?alt=com.azure.resourcemanager.connectedvmware.models.GuestCredential&text=GuestCredential\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.connectedvmware.models.GuestCredential.withUsername(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.connectedvmware.models.GuestCredential.withUsername(String username)"
|
|
name: "withUsername(String username)"
|
|
nameWithType: "GuestCredential.withUsername(String username)"
|
|
summary: "Set the username property: Gets or sets username to connect with the guest."
|
|
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 GuestCredential withUsername(String username)"
|
|
desc: "Set the username property: Gets or sets username to connect with the guest."
|
|
returns:
|
|
description: "the GuestCredential object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.GuestCredential?alt=com.azure.resourcemanager.connectedvmware.models.GuestCredential&text=GuestCredential\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Username / Password Credentials to connect to guest."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.connectedvmware.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-connectedvmware:1.0.0
|