### 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 VmmServer." inheritances: - "" inheritedClassMethods: - classRef: "java.lang.Object" methodsRef: - "clone" - "equals" - "finalize" - "getClass" - "hashCode" - "notify" - "notifyAll" - "toString" - "wait" - "wait" - "wait" syntax: "public final class **VmmCredential**
implements <>" 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 VmmCredential 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 VmmCredential from the JsonReader." modifiers: - "static" parameters: - description: "The JsonReader being read." name: "jsonReader" type: "" syntax: "public static VmmCredential fromJson(JsonReader jsonReader)" exceptions: - description: "If an error occurs while reading the VmmCredential." type: "IOException" 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: "" - 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 VmmServer." syntax: "public String password()" desc: "Get the password property: Password to use to connect to VmmServer." returns: description: "the password value." type: "String" - 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: "" syntax: "public JsonWriter toJson(JsonWriter jsonWriter)" exceptions: - type: "IOException" returns: type: "" - 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 VmmServer." syntax: "public String username()" desc: "Get the username property: Username to use to connect to VmmServer." returns: description: "the username value." type: "String" - 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 VmmServer." parameters: - description: "the password value to set." name: "password" type: "String" 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: "" - 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 VmmServer." parameters: - description: "the username value to set." name: "username" type: "String" 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: "" type: "class" desc: "Credentials to connect to VmmServer." implements: - "<>" metadata: {} package: "com.azure.resourcemanager.scvmm.models" artifact: com.azure.resourcemanager:azure-resourcemanager-scvmm:1.0.0