Get-AzContainerRegistryReplication
Gets the properties of the specified replication.
Syntax
Get-AzContainerRegistryReplication
-RegistryName <String>
-ResourceGroupName <String>
[-SubscriptionId <String[]>]
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Get-AzContainerRegistryReplication
-RegistryName <String>
-ResourceGroupName <String>
[-SubscriptionId <String[]>]
-Name <String>
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Get-AzContainerRegistryReplication
-InputObject <IContainerRegistryIdentity>
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Get-AzContainerRegistryReplication
-Registry <IRegistry>
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Description
Gets the properties of the specified replication.
Examples
Example 1: Gets all the replications of a container registry
Get-AzContainerRegistryReplication -ResourceGroupName "MyResourceGroup" -RegistryName "RegistryExample"
Name Location ProvisioningState StatusTimestamp
---- -------- ----------------- ---------------
replication001 westus Succeeded 1/19/2023 5:57:00 AM
eastus2 eastus2 Succeeded 1/19/2023 5:56:51 AM
Gets all the replications of a container registry
Example 2: Gets a specified replication of a container registry
Get-AzContainerRegistryReplication -ResourceGroupName "MyResourceGroup" -RegistryName "RegistryExample" -Name "replication001"
Name Location ProvisioningState StatusTimestamp
---- -------- ----------------- ---------------
replication001 westus Succeeded 1/19/2023 5:57:00 AM
Gets a specified replication of a container registry
Parameters
-DefaultProfile
The credentials, account, tenant, and subscription used for communication with Azure.
Type: | PSObject |
Aliases: | AzureRMContext, AzureCredential |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-InputObject
Identity Parameter To construct, see NOTES section for INPUTOBJECT properties and create a hash table.
Type: | IContainerRegistryIdentity |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-Name
The name of the replication.
Type: | String |
Aliases: | ReplicationName, ResourceName |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Registry
The Registry Object. To construct, see NOTES section for REGISTRY properties and create a hash table.
Type: | IRegistry |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-RegistryName
The name of the container registry.
Type: | String |
Aliases: | ContainerRegistryName |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-ResourceGroupName
The name of the resource group. The name is case insensitive.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-SubscriptionId
The ID of the target subscription. The value must be an UUID.
Type: | String[] |
Position: | Named |
Default value: | (Get-AzContext).Subscription.Id |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Inputs
Outputs
Azure PowerShell