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