RegistryListCredentialsResult Class

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

public final class RegistryListCredentialsResult

The RegistryListCredentialsResult model.

Constructor Summary

Constructor Description
RegistryListCredentialsResult()

Method Summary

Modifier and Type Method and Description
String location()

Get the location property: The location property.

List<Password> passwords()

Get the passwords property: The passwords property.

String username()

Get the username property: The username property.

void validate()

Validates the instance.

RegistryListCredentialsResult withPasswords(List<Password> passwords)

Set the passwords property: The passwords property.

Methods inherited from java.lang.Object

Constructor Details

RegistryListCredentialsResult

public RegistryListCredentialsResult()

Method Details

location

public String location()

Get the location property: The location property.

Returns:

the location value.

passwords

public List passwords()

Get the passwords property: The passwords property.

Returns:

the passwords value.

username

public String username()

Get the username property: The username property.

Returns:

the username value.

validate

public void validate()

Validates the instance.

withPasswords

public RegistryListCredentialsResult withPasswords(List passwords)

Set the passwords property: The passwords property.

Parameters:

passwords - the passwords value to set.

Returns:

the RegistryListCredentialsResult object itself.

Applies to