Class Acr
java.lang.Object
com.azure.resourcemanager.devhub.models.Acr
Information on the azure container registry.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the acrRegistryName property: ACR registry.Get the acrRepositoryName property: ACR repository.Get the acrResourceGroup property: ACR resource group.Get the acrSubscriptionId property: ACR subscription id.void
validate()
Validates the instance.withAcrRegistryName
(String acrRegistryName) Set the acrRegistryName property: ACR registry.withAcrRepositoryName
(String acrRepositoryName) Set the acrRepositoryName property: ACR repository.withAcrResourceGroup
(String acrResourceGroup) Set the acrResourceGroup property: ACR resource group.withAcrSubscriptionId
(String acrSubscriptionId) Set the acrSubscriptionId property: ACR subscription id.
-
Constructor Details
-
Acr
public Acr()
-
-
Method Details
-
acrSubscriptionId
Get the acrSubscriptionId property: ACR subscription id.- Returns:
- the acrSubscriptionId value.
-
withAcrSubscriptionId
Set the acrSubscriptionId property: ACR subscription id.- Parameters:
acrSubscriptionId
- the acrSubscriptionId value to set.- Returns:
- the Acr object itself.
-
acrResourceGroup
Get the acrResourceGroup property: ACR resource group.- Returns:
- the acrResourceGroup value.
-
withAcrResourceGroup
Set the acrResourceGroup property: ACR resource group.- Parameters:
acrResourceGroup
- the acrResourceGroup value to set.- Returns:
- the Acr object itself.
-
acrRegistryName
Get the acrRegistryName property: ACR registry.- Returns:
- the acrRegistryName value.
-
withAcrRegistryName
Set the acrRegistryName property: ACR registry.- Parameters:
acrRegistryName
- the acrRegistryName value to set.- Returns:
- the Acr object itself.
-
acrRepositoryName
Get the acrRepositoryName property: ACR repository.- Returns:
- the acrRepositoryName value.
-
withAcrRepositoryName
Set the acrRepositoryName property: ACR repository.- Parameters:
acrRepositoryName
- the acrRepositoryName value to set.- Returns:
- the Acr object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-