Skip to content

Latest commit

History

History
529 lines (467 loc) 路 23.7 KB

File metadata and controls

529 lines (467 loc) 路 23.7 KB

title: "RegistryGeoReplication" title_tag: "registrygeoreplication.RegistryGeoReplication" meta_desc: "Documentation for the registrygeoreplication.RegistryGeoReplication resource with examples, input properties, output properties, lookup functions, and supporting types." layout: api no_edit_this_page: true

Create RegistryGeoReplication Resource {#create}

new RegistryGeoReplication(name: string, args: RegistryGeoReplicationArgs, opts?: CustomResourceOptions);
@overload
def RegistryGeoReplication(resource_name: str,
                           opts: Optional[ResourceOptions] = None,
                           resource_group: Optional[pulumi_azure_native.resources.ResourceGroup] = None)
@overload
def RegistryGeoReplication(resource_name: str,
                           args: RegistryGeoReplicationArgs,
                           opts: Optional[ResourceOptions] = None)
func NewRegistryGeoReplication(ctx *Context, name string, args RegistryGeoReplicationArgs, opts ...ResourceOption) (*RegistryGeoReplication, error)
public RegistryGeoReplication(string name, RegistryGeoReplicationArgs args, CustomResourceOptions? opts = null)
public RegistryGeoReplication(String name, RegistryGeoReplicationArgs args)
public RegistryGeoReplication(String name, RegistryGeoReplicationArgs args, CustomResourceOptions options)
type: registrygeoreplication:RegistryGeoReplication
properties: #聽The arguments to resource properties.
options: #聽Bag of options to control resource's behavior.

name string
The unique name of the resource.
args RegistryGeoReplicationArgs
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 RegistryGeoReplicationArgs
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 RegistryGeoReplicationArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name string
The unique name of the resource.
args RegistryGeoReplicationArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name String
The unique name of the resource.
args RegistryGeoReplicationArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

RegistryGeoReplication Resource Properties {#properties}

To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

Inputs

The RegistryGeoReplication resource accepts the following input properties:

ResourceGroup Pulumi.AzureNative.Resources.ResourceGroup

The resource group that hosts the component resource

ResourceGroup ResourceGroup

The resource group that hosts the component resource

resourceGroup ResourceGroup

The resource group that hosts the component resource

resourceGroup pulumiAzureNativeresourcesResourceGroup

The resource group that hosts the component resource

resource_group ResourceGroup

The resource group that hosts the component resource

resourceGroup azure-native:resources:ResourceGroup

The resource group that hosts the component resource

Outputs

All input properties are implicitly available as output properties. Additionally, the RegistryGeoReplication resource produces the following output properties:

AcrLoginServerOut string

The login server url

Registry Pulumi.AzureNative.ContainerRegistry.Registry

The Registry

Replication Pulumi.AzureNative.ContainerRegistry.Replication

The replication policy

AcrLoginServerOut string

The login server url

Registry Registry

The Registry

Replication Replication

The replication policy

acrLoginServerOut String

The login server url

registry Registry

The Registry

replication Replication

The replication policy

acrLoginServerOut string

The login server url

registry pulumiAzureNativecontainerregistryRegistry

The Registry

replication pulumiAzureNativecontainerregistryReplication

The replication policy

acr_login_server_out str

The login server url

registry Registry

The Registry

replication Replication

The replication policy

acrLoginServerOut String

The login server url

registry azure-native:containerregistry:Registry

The Registry

replication azure-native:containerregistry:Replication

The replication policy

Package Details

Repository
License