Class ContainerRegistryProperties
java.lang.Object
com.azure.resourcemanager.appplatform.models.ContainerRegistryProperties
Container registry resource payload.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of ContainerRegistryProperties class. -
Method Summary
Modifier and TypeMethodDescriptionGet the credentials property: The credentials of the container registry resource.Get the provisioningState property: State of the Container Registry.voidvalidate()Validates the instance.withCredentials(ContainerRegistryCredentials credentials) Set the credentials property: The credentials of the container registry resource.
-
Constructor Details
-
ContainerRegistryProperties
public ContainerRegistryProperties()Creates an instance of ContainerRegistryProperties class.
-
-
Method Details
-
credentials
Get the credentials property: The credentials of the container registry resource.- Returns:
- the credentials value.
-
withCredentials
Set the credentials property: The credentials of the container registry resource.- Parameters:
credentials- the credentials value to set.- Returns:
- the ContainerRegistryProperties object itself.
-
provisioningState
Get the provisioningState property: State of the Container Registry.- Returns:
- the provisioningState value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-