ContainerRegistryProperties Class
- java.
lang. Object - com.
azure. resourcemanager. appplatform. models. ContainerRegistryProperties
- com.
Implements
public final class ContainerRegistryProperties
implements JsonSerializable<ContainerRegistryProperties>
Container registry resource payload.
Constructor Summary
Constructor | Description |
---|---|
ContainerRegistryProperties() |
Creates an instance of Container |
Method Summary
Modifier and Type | Method and Description |
---|---|
Container |
credentials()
Get the credentials property: The credentials of the container registry resource. |
static
Container |
fromJson(JsonReader jsonReader)
Reads an instance of Container |
Container |
provisioningState()
Get the provisioning |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Container |
withCredentials(ContainerRegistryCredentials credentials)
Set the credentials property: The credentials of the container registry resource. |
Methods inherited from java.lang.Object
Constructor Details
ContainerRegistryProperties
public ContainerRegistryProperties()
Creates an instance of ContainerRegistryProperties class.
Method Details
credentials
public ContainerRegistryCredentials credentials()
Get the credentials property: The credentials of the container registry resource.
Returns:
fromJson
public static ContainerRegistryProperties fromJson(JsonReader jsonReader)
Reads an instance of ContainerRegistryProperties from the JsonReader.
Parameters:
Returns:
Throws:
provisioningState
public ContainerRegistryProvisioningState provisioningState()
Get the provisioningState property: State of the Container Registry.
Returns:
toJson
validate
public void validate()
Validates the instance.
withCredentials
public ContainerRegistryProperties withCredentials(ContainerRegistryCredentials credentials)
Set the credentials property: The credentials of the container registry resource.
Parameters:
Returns:
Applies to
Azure SDK for Java