Class Password
- java.lang.Object
-
- com.azure.resourcemanager.machinelearning.models.Password
-
public final class Password extends Object
The Password model.
-
-
Constructor Summary
Constructors Constructor Description Password()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
name()
Get the name property: The name property.void
validate()
Validates the instance.String
value()
Get the value property: The value property.
-
-
-
Method Detail
-
name
public String name()
Get the name property: The name property.- Returns:
- the name value.
-
value
public String value()
Get the value property: The value property.- Returns:
- the value value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-