azure-quickstart-acr-geo-replication.ReplicatedRegistry
Create ReplicatedRegistry Resource
new ReplicatedRegistry(name: string, args: ReplicatedRegistryArgs, opts?: CustomResourceOptions);
@overload
def ReplicatedRegistry(resource_name: str,
opts: Optional[ResourceOptions] = None,
admin_user_enabled: Optional[bool] = None,
name: Optional[str] = None,
replication_location: Optional[str] = None,
resource_group_name: Optional[str] = None,
sku: Optional[str] = None)
@overload
def ReplicatedRegistry(resource_name: str,
args: ReplicatedRegistryArgs,
opts: Optional[ResourceOptions] = None)
func NewReplicatedRegistry(ctx *Context, name string, args ReplicatedRegistryArgs, opts ...ResourceOption) (*ReplicatedRegistry, error)
public ReplicatedRegistry(string name, ReplicatedRegistryArgs args, CustomResourceOptions? opts = null)
public ReplicatedRegistry(String name, ReplicatedRegistryArgs args)
public ReplicatedRegistry(String name, ReplicatedRegistryArgs args, CustomResourceOptions options)
type: azure-quickstart-acr-geo-replication:ReplicatedRegistry
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ReplicatedRegistryArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args ReplicatedRegistryArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args ReplicatedRegistryArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ReplicatedRegistryArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ReplicatedRegistryArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
ReplicatedRegistry Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The ReplicatedRegistry resource accepts the following input properties:
- Name string
Globally unique name of your azure container registry
- Replication
Location string The location of the registry replica location
- Resource
Group stringName The name of the enclosing resource group
- Admin
User boolEnabled Enable admin user that has push / pull permissions to the registry
- Sku string
Tier of your Azure Container Registry. Geo-replication requires the Premium SKU
- Name string
Globally unique name of your azure container registry
- Replication
Location string The location of the registry replica location
- Resource
Group stringName The name of the enclosing resource group
- Admin
User boolEnabled Enable admin user that has push / pull permissions to the registry
- Sku string
Tier of your Azure Container Registry. Geo-replication requires the Premium SKU
- name String
Globally unique name of your azure container registry
- replication
Location String The location of the registry replica location
- resource
Group StringName The name of the enclosing resource group
- admin
User BooleanEnabled Enable admin user that has push / pull permissions to the registry
- sku String
Tier of your Azure Container Registry. Geo-replication requires the Premium SKU
- name string
Globally unique name of your azure container registry
- replication
Location string The location of the registry replica location
- resource
Group stringName The name of the enclosing resource group
- admin
User booleanEnabled Enable admin user that has push / pull permissions to the registry
- sku string
Tier of your Azure Container Registry. Geo-replication requires the Premium SKU
- name str
Globally unique name of your azure container registry
- replication_
location str The location of the registry replica location
- resource_
group_ strname The name of the enclosing resource group
- admin_
user_ boolenabled Enable admin user that has push / pull permissions to the registry
- sku str
Tier of your Azure Container Registry. Geo-replication requires the Premium SKU
- name String
Globally unique name of your azure container registry
- replication
Location String The location of the registry replica location
- resource
Group StringName The name of the enclosing resource group
- admin
User BooleanEnabled Enable admin user that has push / pull permissions to the registry
- sku String
Tier of your Azure Container Registry. Geo-replication requires the Premium SKU
Outputs
All input properties are implicitly available as output properties. Additionally, the ReplicatedRegistry resource produces the following output properties:
- Login
Server string The login server url
- Registry
Pulumi.
Azure Native. Container Registry. Registry The Registry
- Replication
Pulumi.
Azure Native. Container Registry. Replication The replication policy
- Login
Server string The login server url
- Registry Registry
The Registry
- Replication Replication
The replication policy
- login
Server String The login server url
- registry Registry
The Registry
- replication Replication
The replication policy
- login
Server string The login server url
- registry
pulumi
Azure Nativecontainerregistry Registry The Registry
- replication
pulumi
Azure Nativecontainerregistry Replication The replication policy
- login_
server str The login server url
- registry Registry
The Registry
- replication Replication
The replication policy
- login
Server String The login server url
- registry azure-native:containerregistry:Registry
The Registry
- replication azure-native:containerregistry:Replication
The replication policy
Package Details
- Repository
- Azure QuickStart ACR Geo Replication
- License