Password Class

  • java.lang.Object
    • com.azure.resourcemanager.machinelearningservices.models.Password

public final class Password

The Password model.

Constructor Summary

Constructor Description
Password()

Method Summary

Modifier and Type Method and Description
String name()

Get the name property: The name property.

void validate()

Validates the instance.

String value()

Get the value property: The value property.

Methods inherited from java.lang.Object

Constructor Details

Password

public Password()

Method Details

name

public String name()

Get the name property: The name property.

Returns:

the name value.

validate

public void validate()

Validates the instance.

value

public String value()

Get the value property: The value property.

Returns:

the value value.

Applies to