ContainerRegistry Class

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

public class ContainerRegistry

The ContainerRegistry model.

Constructor Summary

Constructor Description
ContainerRegistry()

Method Summary

Modifier and Type Method and Description
String address()

Get the address property: The address property.

String password()

Get the password property: The password property.

String username()

Get the username property: The username property.

void validate()

Validates the instance.

ContainerRegistry withAddress(String address)

Set the address property: The address property.

ContainerRegistry withPassword(String password)

Set the password property: The password property.

ContainerRegistry withUsername(String username)

Set the username property: The username property.

Methods inherited from java.lang.Object

Constructor Details

ContainerRegistry

public ContainerRegistry()

Method Details

address

public String address()

Get the address property: The address property.

Returns:

the address value.

password

public String password()

Get the password property: The password property.

Returns:

the password value.

username

public String username()

Get the username property: The username property.

Returns:

the username value.

validate

public void validate()

Validates the instance.

withAddress

public ContainerRegistry withAddress(String address)

Set the address property: The address property.

Parameters:

address - the address value to set.

Returns:

the ContainerRegistry object itself.

withPassword

public ContainerRegistry withPassword(String password)

Set the password property: The password property.

Parameters:

password - the password value to set.

Returns:

the ContainerRegistry object itself.

withUsername

public ContainerRegistry withUsername(String username)

Set the username property: The username property.

Parameters:

username - the username value to set.

Returns:

the ContainerRegistry object itself.

Applies to