azure-native.datareplication.ReplicationExtension
Explore with Pulumi AI
Replication extension model.
Uses Azure REST API version 2021-02-16-preview.
Other available API versions: 2024-09-01.
Create ReplicationExtension Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ReplicationExtension(name: string, args: ReplicationExtensionArgs, opts?: CustomResourceOptions);
@overload
def ReplicationExtension(resource_name: str,
args: ReplicationExtensionArgs,
opts: Optional[ResourceOptions] = None)
@overload
def ReplicationExtension(resource_name: str,
opts: Optional[ResourceOptions] = None,
properties: Optional[ReplicationExtensionModelPropertiesArgs] = None,
resource_group_name: Optional[str] = None,
vault_name: Optional[str] = None,
replication_extension_name: Optional[str] = None)
func NewReplicationExtension(ctx *Context, name string, args ReplicationExtensionArgs, opts ...ResourceOption) (*ReplicationExtension, error)
public ReplicationExtension(string name, ReplicationExtensionArgs args, CustomResourceOptions? opts = null)
public ReplicationExtension(String name, ReplicationExtensionArgs args)
public ReplicationExtension(String name, ReplicationExtensionArgs args, CustomResourceOptions options)
type: azure-native:datareplication:ReplicationExtension
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name
This property is required. string - The unique name of the resource.
- args
This property is required. ReplicationExtensionArgs - The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name
This property is required. str - The unique name of the resource.
- args
This property is required. ReplicationExtensionArgs - The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name
This property is required. string - The unique name of the resource.
- args
This property is required. ReplicationExtensionArgs - The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name
This property is required. string - The unique name of the resource.
- args
This property is required. ReplicationExtensionArgs - The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name
This property is required. String - The unique name of the resource.
- args
This property is required. ReplicationExtensionArgs - The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var replicationExtensionResource = new AzureNative.DataReplication.ReplicationExtension("replicationExtensionResource", new()
{
Properties = new AzureNative.DataReplication.Inputs.ReplicationExtensionModelPropertiesArgs
{
CustomProperties = new AzureNative.DataReplication.Inputs.HyperVToAzStackHCIReplicationExtensionModelCustomPropertiesArgs
{
AzStackHciFabricArmId = "string",
HyperVFabricArmId = "string",
InstanceType = "HyperVToAzStackHCI",
StorageAccountId = "string",
StorageAccountSasSecretName = "string",
},
},
ResourceGroupName = "string",
VaultName = "string",
ReplicationExtensionName = "string",
});
example, err := datareplication.NewReplicationExtension(ctx, "replicationExtensionResource", &datareplication.ReplicationExtensionArgs{
Properties: &datareplication.ReplicationExtensionModelPropertiesArgs{
CustomProperties: datareplication.HyperVToAzStackHCIReplicationExtensionModelCustomProperties{
AzStackHciFabricArmId: "string",
HyperVFabricArmId: "string",
InstanceType: "HyperVToAzStackHCI",
StorageAccountId: "string",
StorageAccountSasSecretName: "string",
},
},
ResourceGroupName: pulumi.String("string"),
VaultName: pulumi.String("string"),
ReplicationExtensionName: pulumi.String("string"),
})
var replicationExtensionResource = new ReplicationExtension("replicationExtensionResource", ReplicationExtensionArgs.builder()
.properties(ReplicationExtensionModelPropertiesArgs.builder()
.customProperties(HyperVToAzStackHCIReplicationExtensionModelCustomPropertiesArgs.builder()
.azStackHciFabricArmId("string")
.hyperVFabricArmId("string")
.instanceType("HyperVToAzStackHCI")
.storageAccountId("string")
.storageAccountSasSecretName("string")
.build())
.build())
.resourceGroupName("string")
.vaultName("string")
.replicationExtensionName("string")
.build());
replication_extension_resource = azure_native.datareplication.ReplicationExtension("replicationExtensionResource",
properties={
"custom_properties": {
"az_stack_hci_fabric_arm_id": "string",
"hyper_v_fabric_arm_id": "string",
"instance_type": "HyperVToAzStackHCI",
"storage_account_id": "string",
"storage_account_sas_secret_name": "string",
},
},
resource_group_name="string",
vault_name="string",
replication_extension_name="string")
const replicationExtensionResource = new azure_native.datareplication.ReplicationExtension("replicationExtensionResource", {
properties: {
customProperties: {
azStackHciFabricArmId: "string",
hyperVFabricArmId: "string",
instanceType: "HyperVToAzStackHCI",
storageAccountId: "string",
storageAccountSasSecretName: "string",
},
},
resourceGroupName: "string",
vaultName: "string",
replicationExtensionName: "string",
});
type: azure-native:datareplication:ReplicationExtension
properties:
properties:
customProperties:
azStackHciFabricArmId: string
hyperVFabricArmId: string
instanceType: HyperVToAzStackHCI
storageAccountId: string
storageAccountSasSecretName: string
replicationExtensionName: string
resourceGroupName: string
vaultName: string
ReplicationExtension Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The ReplicationExtension resource accepts the following input properties:
- Properties
This property is required. Pulumi.Azure Native. Data Replication. Inputs. Replication Extension Model Properties - Replication extension model properties.
- Resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- Vault
Name This property is required. Changes to this property will trigger replacement.
- The vault name.
- Replication
Extension Name Changes to this property will trigger replacement.
- The replication extension name.
- Properties
This property is required. ReplicationExtension Model Properties Args - Replication extension model properties.
- Resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- Vault
Name This property is required. Changes to this property will trigger replacement.
- The vault name.
- Replication
Extension Name Changes to this property will trigger replacement.
- The replication extension name.
- properties
This property is required. ReplicationExtension Model Properties - Replication extension model properties.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- vault
Name This property is required. Changes to this property will trigger replacement.
- The vault name.
- replication
Extension Name Changes to this property will trigger replacement.
- The replication extension name.
- properties
This property is required. ReplicationExtension Model Properties - Replication extension model properties.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- vault
Name This property is required. Changes to this property will trigger replacement.
- The vault name.
- replication
Extension Name Changes to this property will trigger replacement.
- The replication extension name.
- properties
This property is required. ReplicationExtension Model Properties Args - Replication extension model properties.
- resource_
group_ name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- vault_
name This property is required. Changes to this property will trigger replacement.
- The vault name.
- replication_
extension_ name Changes to this property will trigger replacement.
- The replication extension name.
- properties
This property is required. Property Map - Replication extension model properties.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- vault
Name This property is required. Changes to this property will trigger replacement.
- The vault name.
- replication
Extension Name Changes to this property will trigger replacement.
- The replication extension name.
Outputs
All input properties are implicitly available as output properties. Additionally, the ReplicationExtension resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- Gets or sets the name of the resource.
- System
Data Pulumi.Azure Native. Data Replication. Outputs. Replication Extension Model Response System Data - Type string
- Gets or sets the type of the resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- Gets or sets the name of the resource.
- System
Data ReplicationExtension Model Response System Data - Type string
- Gets or sets the type of the resource.
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- Gets or sets the name of the resource.
- system
Data ReplicationExtension Model Response System Data - type String
- Gets or sets the type of the resource.
- id string
- The provider-assigned unique ID for this managed resource.
- name string
- Gets or sets the name of the resource.
- system
Data ReplicationExtension Model Response System Data - type string
- Gets or sets the type of the resource.
- id str
- The provider-assigned unique ID for this managed resource.
- name str
- Gets or sets the name of the resource.
- system_
data ReplicationExtension Model Response System Data - type str
- Gets or sets the type of the resource.
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- Gets or sets the name of the resource.
- system
Data Property Map - type String
- Gets or sets the type of the resource.
Supporting Types
HyperVToAzStackHCIReplicationExtensionModelCustomProperties, HyperVToAzStackHCIReplicationExtensionModelCustomPropertiesArgs
- Az
Stack Hci Fabric Arm Id This property is required. string - Gets or sets the ARM Id of the target AzStackHCI fabric.
- Hyper
VFabric Arm Id This property is required. string - Gets or sets the ARM Id of the source HyperV fabric.
- Storage
Account stringId - Gets or sets the storage account Id.
- Storage
Account stringSas Secret Name - Gets or sets the Sas Secret of storage account.
- Az
Stack Hci Fabric Arm Id This property is required. string - Gets or sets the ARM Id of the target AzStackHCI fabric.
- Hyper
VFabric Arm Id This property is required. string - Gets or sets the ARM Id of the source HyperV fabric.
- Storage
Account stringId - Gets or sets the storage account Id.
- Storage
Account stringSas Secret Name - Gets or sets the Sas Secret of storage account.
- az
Stack Hci Fabric Arm Id This property is required. String - Gets or sets the ARM Id of the target AzStackHCI fabric.
- hyper
VFabric Arm Id This property is required. String - Gets or sets the ARM Id of the source HyperV fabric.
- storage
Account StringId - Gets or sets the storage account Id.
- storage
Account StringSas Secret Name - Gets or sets the Sas Secret of storage account.
- az
Stack Hci Fabric Arm Id This property is required. string - Gets or sets the ARM Id of the target AzStackHCI fabric.
- hyper
VFabric Arm Id This property is required. string - Gets or sets the ARM Id of the source HyperV fabric.
- storage
Account stringId - Gets or sets the storage account Id.
- storage
Account stringSas Secret Name - Gets or sets the Sas Secret of storage account.
- az_
stack_ hci_ fabric_ arm_ id This property is required. str - Gets or sets the ARM Id of the target AzStackHCI fabric.
- hyper_
v_ fabric_ arm_ id This property is required. str - Gets or sets the ARM Id of the source HyperV fabric.
- storage_
account_ strid - Gets or sets the storage account Id.
- storage_
account_ strsas_ secret_ name - Gets or sets the Sas Secret of storage account.
- az
Stack Hci Fabric Arm Id This property is required. String - Gets or sets the ARM Id of the target AzStackHCI fabric.
- hyper
VFabric Arm Id This property is required. String - Gets or sets the ARM Id of the source HyperV fabric.
- storage
Account StringId - Gets or sets the storage account Id.
- storage
Account StringSas Secret Name - Gets or sets the Sas Secret of storage account.
HyperVToAzStackHCIReplicationExtensionModelCustomPropertiesResponse, HyperVToAzStackHCIReplicationExtensionModelCustomPropertiesResponseArgs
- Asr
Service Uri This property is required. string - Gets or sets the Uri of ASR.
- Az
Stack Hci Fabric Arm Id This property is required. string - Gets or sets the ARM Id of the target AzStackHCI fabric.
- Az
Stack Hci Site Id This property is required. string - Gets or sets the ARM Id of the AzStackHCI site.
- Gateway
Service Uri This property is required. string - Gets or sets the Uri of Gateway.
- Hyper
VFabric Arm Id This property is required. string - Gets or sets the ARM Id of the source HyperV fabric.
- Hyper
VSite Id This property is required. string - Gets or sets the ARM Id of the HyperV site.
- Rcm
Service Uri This property is required. string - Gets or sets the Uri of Rcm.
- Resource
Group This property is required. string - Gets or sets the resource group.
- Resource
Location This property is required. string - Gets or sets the resource location.
- Source
Gateway Service Id This property is required. string - Gets or sets the gateway service Id of source.
- Source
Storage Container Name This property is required. string - Gets or sets the source storage container name.
- Subscription
Id This property is required. string - Gets or sets the subscription.
- Target
Gateway Service Id This property is required. string - Gets or sets the gateway service Id of target.
- Target
Storage Container Name This property is required. string - Gets or sets the target storage container name.
- Storage
Account stringId - Gets or sets the storage account Id.
- Storage
Account stringSas Secret Name - Gets or sets the Sas Secret of storage account.
- Asr
Service Uri This property is required. string - Gets or sets the Uri of ASR.
- Az
Stack Hci Fabric Arm Id This property is required. string - Gets or sets the ARM Id of the target AzStackHCI fabric.
- Az
Stack Hci Site Id This property is required. string - Gets or sets the ARM Id of the AzStackHCI site.
- Gateway
Service Uri This property is required. string - Gets or sets the Uri of Gateway.
- Hyper
VFabric Arm Id This property is required. string - Gets or sets the ARM Id of the source HyperV fabric.
- Hyper
VSite Id This property is required. string - Gets or sets the ARM Id of the HyperV site.
- Rcm
Service Uri This property is required. string - Gets or sets the Uri of Rcm.
- Resource
Group This property is required. string - Gets or sets the resource group.
- Resource
Location This property is required. string - Gets or sets the resource location.
- Source
Gateway Service Id This property is required. string - Gets or sets the gateway service Id of source.
- Source
Storage Container Name This property is required. string - Gets or sets the source storage container name.
- Subscription
Id This property is required. string - Gets or sets the subscription.
- Target
Gateway Service Id This property is required. string - Gets or sets the gateway service Id of target.
- Target
Storage Container Name This property is required. string - Gets or sets the target storage container name.
- Storage
Account stringId - Gets or sets the storage account Id.
- Storage
Account stringSas Secret Name - Gets or sets the Sas Secret of storage account.
- asr
Service Uri This property is required. String - Gets or sets the Uri of ASR.
- az
Stack Hci Fabric Arm Id This property is required. String - Gets or sets the ARM Id of the target AzStackHCI fabric.
- az
Stack Hci Site Id This property is required. String - Gets or sets the ARM Id of the AzStackHCI site.
- gateway
Service Uri This property is required. String - Gets or sets the Uri of Gateway.
- hyper
VFabric Arm Id This property is required. String - Gets or sets the ARM Id of the source HyperV fabric.
- hyper
VSite Id This property is required. String - Gets or sets the ARM Id of the HyperV site.
- rcm
Service Uri This property is required. String - Gets or sets the Uri of Rcm.
- resource
Group This property is required. String - Gets or sets the resource group.
- resource
Location This property is required. String - Gets or sets the resource location.
- source
Gateway Service Id This property is required. String - Gets or sets the gateway service Id of source.
- source
Storage Container Name This property is required. String - Gets or sets the source storage container name.
- subscription
Id This property is required. String - Gets or sets the subscription.
- target
Gateway Service Id This property is required. String - Gets or sets the gateway service Id of target.
- target
Storage Container Name This property is required. String - Gets or sets the target storage container name.
- storage
Account StringId - Gets or sets the storage account Id.
- storage
Account StringSas Secret Name - Gets or sets the Sas Secret of storage account.
- asr
Service Uri This property is required. string - Gets or sets the Uri of ASR.
- az
Stack Hci Fabric Arm Id This property is required. string - Gets or sets the ARM Id of the target AzStackHCI fabric.
- az
Stack Hci Site Id This property is required. string - Gets or sets the ARM Id of the AzStackHCI site.
- gateway
Service Uri This property is required. string - Gets or sets the Uri of Gateway.
- hyper
VFabric Arm Id This property is required. string - Gets or sets the ARM Id of the source HyperV fabric.
- hyper
VSite Id This property is required. string - Gets or sets the ARM Id of the HyperV site.
- rcm
Service Uri This property is required. string - Gets or sets the Uri of Rcm.
- resource
Group This property is required. string - Gets or sets the resource group.
- resource
Location This property is required. string - Gets or sets the resource location.
- source
Gateway Service Id This property is required. string - Gets or sets the gateway service Id of source.
- source
Storage Container Name This property is required. string - Gets or sets the source storage container name.
- subscription
Id This property is required. string - Gets or sets the subscription.
- target
Gateway Service Id This property is required. string - Gets or sets the gateway service Id of target.
- target
Storage Container Name This property is required. string - Gets or sets the target storage container name.
- storage
Account stringId - Gets or sets the storage account Id.
- storage
Account stringSas Secret Name - Gets or sets the Sas Secret of storage account.
- asr_
service_ uri This property is required. str - Gets or sets the Uri of ASR.
- az_
stack_ hci_ fabric_ arm_ id This property is required. str - Gets or sets the ARM Id of the target AzStackHCI fabric.
- az_
stack_ hci_ site_ id This property is required. str - Gets or sets the ARM Id of the AzStackHCI site.
- gateway_
service_ uri This property is required. str - Gets or sets the Uri of Gateway.
- hyper_
v_ fabric_ arm_ id This property is required. str - Gets or sets the ARM Id of the source HyperV fabric.
- hyper_
v_ site_ id This property is required. str - Gets or sets the ARM Id of the HyperV site.
- rcm_
service_ uri This property is required. str - Gets or sets the Uri of Rcm.
- resource_
group This property is required. str - Gets or sets the resource group.
- resource_
location This property is required. str - Gets or sets the resource location.
- source_
gateway_ service_ id This property is required. str - Gets or sets the gateway service Id of source.
- source_
storage_ container_ name This property is required. str - Gets or sets the source storage container name.
- subscription_
id This property is required. str - Gets or sets the subscription.
- target_
gateway_ service_ id This property is required. str - Gets or sets the gateway service Id of target.
- target_
storage_ container_ name This property is required. str - Gets or sets the target storage container name.
- storage_
account_ strid - Gets or sets the storage account Id.
- storage_
account_ strsas_ secret_ name - Gets or sets the Sas Secret of storage account.
- asr
Service Uri This property is required. String - Gets or sets the Uri of ASR.
- az
Stack Hci Fabric Arm Id This property is required. String - Gets or sets the ARM Id of the target AzStackHCI fabric.
- az
Stack Hci Site Id This property is required. String - Gets or sets the ARM Id of the AzStackHCI site.
- gateway
Service Uri This property is required. String - Gets or sets the Uri of Gateway.
- hyper
VFabric Arm Id This property is required. String - Gets or sets the ARM Id of the source HyperV fabric.
- hyper
VSite Id This property is required. String - Gets or sets the ARM Id of the HyperV site.
- rcm
Service Uri This property is required. String - Gets or sets the Uri of Rcm.
- resource
Group This property is required. String - Gets or sets the resource group.
- resource
Location This property is required. String - Gets or sets the resource location.
- source
Gateway Service Id This property is required. String - Gets or sets the gateway service Id of source.
- source
Storage Container Name This property is required. String - Gets or sets the source storage container name.
- subscription
Id This property is required. String - Gets or sets the subscription.
- target
Gateway Service Id This property is required. String - Gets or sets the gateway service Id of target.
- target
Storage Container Name This property is required. String - Gets or sets the target storage container name.
- storage
Account StringId - Gets or sets the storage account Id.
- storage
Account StringSas Secret Name - Gets or sets the Sas Secret of storage account.
ReplicationExtensionModelProperties, ReplicationExtensionModelPropertiesArgs
- Custom
Properties This property is required. Pulumi.Azure | Pulumi.Native. Data Replication. Inputs. Hyper VTo Az Stack HCIReplication Extension Model Custom Properties Azure Native. Data Replication. Inputs. VMware To Az Stack HCIReplication Extension Model Custom Properties - Replication extension model custom properties.
- Custom
Properties This property is required. HyperVTo | VMwareAz Stack HCIReplication Extension Model Custom Properties To Az Stack HCIReplication Extension Model Custom Properties - Replication extension model custom properties.
- custom
Properties This property is required. HyperVTo | VMwareAz Stack HCIReplication Extension Model Custom Properties To Az Stack HCIReplication Extension Model Custom Properties - Replication extension model custom properties.
- custom
Properties This property is required. HyperVTo | VMwareAz Stack HCIReplication Extension Model Custom Properties To Az Stack HCIReplication Extension Model Custom Properties - Replication extension model custom properties.
- custom_
properties This property is required. HyperVTo | VMwareAz Stack HCIReplication Extension Model Custom Properties To Az Stack HCIReplication Extension Model Custom Properties - Replication extension model custom properties.
- custom
Properties This property is required. Property Map | Property Map - Replication extension model custom properties.
ReplicationExtensionModelPropertiesResponse, ReplicationExtensionModelPropertiesResponseArgs
- Custom
Properties This property is required. Pulumi.Azure | Pulumi.Native. Data Replication. Inputs. Hyper VTo Az Stack HCIReplication Extension Model Custom Properties Response Azure Native. Data Replication. Inputs. VMware To Az Stack HCIReplication Extension Model Custom Properties Response - Replication extension model custom properties.
- Provisioning
State This property is required. string - Gets or sets the provisioning state of the replication extension.
- Custom
Properties This property is required. HyperVTo | VMwareAz Stack HCIReplication Extension Model Custom Properties Response To Az Stack HCIReplication Extension Model Custom Properties Response - Replication extension model custom properties.
- Provisioning
State This property is required. string - Gets or sets the provisioning state of the replication extension.
- custom
Properties This property is required. HyperVTo | VMwareAz Stack HCIReplication Extension Model Custom Properties Response To Az Stack HCIReplication Extension Model Custom Properties Response - Replication extension model custom properties.
- provisioning
State This property is required. String - Gets or sets the provisioning state of the replication extension.
- custom
Properties This property is required. HyperVTo | VMwareAz Stack HCIReplication Extension Model Custom Properties Response To Az Stack HCIReplication Extension Model Custom Properties Response - Replication extension model custom properties.
- provisioning
State This property is required. string - Gets or sets the provisioning state of the replication extension.
- custom_
properties This property is required. HyperVTo | VMwareAz Stack HCIReplication Extension Model Custom Properties Response To Az Stack HCIReplication Extension Model Custom Properties Response - Replication extension model custom properties.
- provisioning_
state This property is required. str - Gets or sets the provisioning state of the replication extension.
- custom
Properties This property is required. Property Map | Property Map - Replication extension model custom properties.
- provisioning
State This property is required. String - Gets or sets the provisioning state of the replication extension.
ReplicationExtensionModelResponseSystemData, ReplicationExtensionModelResponseSystemDataArgs
- Created
At string - Gets or sets the timestamp of resource creation (UTC).
- Created
By string - Gets or sets identity that created the resource.
- Created
By stringType - Gets or sets the type of identity that created the resource: user, application, managedIdentity.
- Last
Modified stringAt - Gets or sets the timestamp of resource last modification (UTC).
- Last
Modified stringBy - Gets or sets the identity that last modified the resource.
- Last
Modified stringBy Type - Gets or sets the type of identity that last modified the resource: user, application, managedIdentity.
- Created
At string - Gets or sets the timestamp of resource creation (UTC).
- Created
By string - Gets or sets identity that created the resource.
- Created
By stringType - Gets or sets the type of identity that created the resource: user, application, managedIdentity.
- Last
Modified stringAt - Gets or sets the timestamp of resource last modification (UTC).
- Last
Modified stringBy - Gets or sets the identity that last modified the resource.
- Last
Modified stringBy Type - Gets or sets the type of identity that last modified the resource: user, application, managedIdentity.
- created
At String - Gets or sets the timestamp of resource creation (UTC).
- created
By String - Gets or sets identity that created the resource.
- created
By StringType - Gets or sets the type of identity that created the resource: user, application, managedIdentity.
- last
Modified StringAt - Gets or sets the timestamp of resource last modification (UTC).
- last
Modified StringBy - Gets or sets the identity that last modified the resource.
- last
Modified StringBy Type - Gets or sets the type of identity that last modified the resource: user, application, managedIdentity.
- created
At string - Gets or sets the timestamp of resource creation (UTC).
- created
By string - Gets or sets identity that created the resource.
- created
By stringType - Gets or sets the type of identity that created the resource: user, application, managedIdentity.
- last
Modified stringAt - Gets or sets the timestamp of resource last modification (UTC).
- last
Modified stringBy - Gets or sets the identity that last modified the resource.
- last
Modified stringBy Type - Gets or sets the type of identity that last modified the resource: user, application, managedIdentity.
- created_
at str - Gets or sets the timestamp of resource creation (UTC).
- created_
by str - Gets or sets identity that created the resource.
- created_
by_ strtype - Gets or sets the type of identity that created the resource: user, application, managedIdentity.
- last_
modified_ strat - Gets or sets the timestamp of resource last modification (UTC).
- last_
modified_ strby - Gets or sets the identity that last modified the resource.
- last_
modified_ strby_ type - Gets or sets the type of identity that last modified the resource: user, application, managedIdentity.
- created
At String - Gets or sets the timestamp of resource creation (UTC).
- created
By String - Gets or sets identity that created the resource.
- created
By StringType - Gets or sets the type of identity that created the resource: user, application, managedIdentity.
- last
Modified StringAt - Gets or sets the timestamp of resource last modification (UTC).
- last
Modified StringBy - Gets or sets the identity that last modified the resource.
- last
Modified StringBy Type - Gets or sets the type of identity that last modified the resource: user, application, managedIdentity.
VMwareToAzStackHCIReplicationExtensionModelCustomProperties, VMwareToAzStackHCIReplicationExtensionModelCustomPropertiesArgs
- Az
Stack Hci Fabric Arm Id This property is required. string - Gets or sets the ARM Id of the target AzStackHCI fabric.
- Vmware
Fabric Arm Id This property is required. string - Gets or sets the ARM Id of the source VMware fabric.
- Storage
Account stringId - Gets or sets the storage account Id.
- Storage
Account stringSas Secret Name - Gets or sets the Sas Secret of storage account.
- Az
Stack Hci Fabric Arm Id This property is required. string - Gets or sets the ARM Id of the target AzStackHCI fabric.
- Vmware
Fabric Arm Id This property is required. string - Gets or sets the ARM Id of the source VMware fabric.
- Storage
Account stringId - Gets or sets the storage account Id.
- Storage
Account stringSas Secret Name - Gets or sets the Sas Secret of storage account.
- az
Stack Hci Fabric Arm Id This property is required. String - Gets or sets the ARM Id of the target AzStackHCI fabric.
- vmware
Fabric Arm Id This property is required. String - Gets or sets the ARM Id of the source VMware fabric.
- storage
Account StringId - Gets or sets the storage account Id.
- storage
Account StringSas Secret Name - Gets or sets the Sas Secret of storage account.
- az
Stack Hci Fabric Arm Id This property is required. string - Gets or sets the ARM Id of the target AzStackHCI fabric.
- vmware
Fabric Arm Id This property is required. string - Gets or sets the ARM Id of the source VMware fabric.
- storage
Account stringId - Gets or sets the storage account Id.
- storage
Account stringSas Secret Name - Gets or sets the Sas Secret of storage account.
- az_
stack_ hci_ fabric_ arm_ id This property is required. str - Gets or sets the ARM Id of the target AzStackHCI fabric.
- vmware_
fabric_ arm_ id This property is required. str - Gets or sets the ARM Id of the source VMware fabric.
- storage_
account_ strid - Gets or sets the storage account Id.
- storage_
account_ strsas_ secret_ name - Gets or sets the Sas Secret of storage account.
- az
Stack Hci Fabric Arm Id This property is required. String - Gets or sets the ARM Id of the target AzStackHCI fabric.
- vmware
Fabric Arm Id This property is required. String - Gets or sets the ARM Id of the source VMware fabric.
- storage
Account StringId - Gets or sets the storage account Id.
- storage
Account StringSas Secret Name - Gets or sets the Sas Secret of storage account.
VMwareToAzStackHCIReplicationExtensionModelCustomPropertiesResponse, VMwareToAzStackHCIReplicationExtensionModelCustomPropertiesResponseArgs
- Asr
Service Uri This property is required. string - Gets or sets the Uri of ASR.
- Az
Stack Hci Fabric Arm Id This property is required. string - Gets or sets the ARM Id of the target AzStackHCI fabric.
- Az
Stack Hci Site Id This property is required. string - Gets or sets the ARM Id of the AzStackHCI site.
- Gateway
Service Uri This property is required. string - Gets or sets the Uri of Gateway.
- Rcm
Service Uri This property is required. string - Gets or sets the Uri of Rcm.
- Resource
Group This property is required. string - Gets or sets the resource group.
- Resource
Location This property is required. string - Gets or sets the resource location.
- Source
Gateway Service Id This property is required. string - Gets or sets the gateway service Id of source.
- Source
Storage Container Name This property is required. string - Gets or sets the source storage container name.
- Subscription
Id This property is required. string - Gets or sets the subscription.
- Target
Gateway Service Id This property is required. string - Gets or sets the gateway service Id of target.
- Target
Storage Container Name This property is required. string - Gets or sets the target storage container name.
- Vmware
Fabric Arm Id This property is required. string - Gets or sets the ARM Id of the source VMware fabric.
- Vmware
Site Id This property is required. string - Gets or sets the ARM Id of the VMware site.
- Storage
Account stringId - Gets or sets the storage account Id.
- Storage
Account stringSas Secret Name - Gets or sets the Sas Secret of storage account.
- Asr
Service Uri This property is required. string - Gets or sets the Uri of ASR.
- Az
Stack Hci Fabric Arm Id This property is required. string - Gets or sets the ARM Id of the target AzStackHCI fabric.
- Az
Stack Hci Site Id This property is required. string - Gets or sets the ARM Id of the AzStackHCI site.
- Gateway
Service Uri This property is required. string - Gets or sets the Uri of Gateway.
- Rcm
Service Uri This property is required. string - Gets or sets the Uri of Rcm.
- Resource
Group This property is required. string - Gets or sets the resource group.
- Resource
Location This property is required. string - Gets or sets the resource location.
- Source
Gateway Service Id This property is required. string - Gets or sets the gateway service Id of source.
- Source
Storage Container Name This property is required. string - Gets or sets the source storage container name.
- Subscription
Id This property is required. string - Gets or sets the subscription.
- Target
Gateway Service Id This property is required. string - Gets or sets the gateway service Id of target.
- Target
Storage Container Name This property is required. string - Gets or sets the target storage container name.
- Vmware
Fabric Arm Id This property is required. string - Gets or sets the ARM Id of the source VMware fabric.
- Vmware
Site Id This property is required. string - Gets or sets the ARM Id of the VMware site.
- Storage
Account stringId - Gets or sets the storage account Id.
- Storage
Account stringSas Secret Name - Gets or sets the Sas Secret of storage account.
- asr
Service Uri This property is required. String - Gets or sets the Uri of ASR.
- az
Stack Hci Fabric Arm Id This property is required. String - Gets or sets the ARM Id of the target AzStackHCI fabric.
- az
Stack Hci Site Id This property is required. String - Gets or sets the ARM Id of the AzStackHCI site.
- gateway
Service Uri This property is required. String - Gets or sets the Uri of Gateway.
- rcm
Service Uri This property is required. String - Gets or sets the Uri of Rcm.
- resource
Group This property is required. String - Gets or sets the resource group.
- resource
Location This property is required. String - Gets or sets the resource location.
- source
Gateway Service Id This property is required. String - Gets or sets the gateway service Id of source.
- source
Storage Container Name This property is required. String - Gets or sets the source storage container name.
- subscription
Id This property is required. String - Gets or sets the subscription.
- target
Gateway Service Id This property is required. String - Gets or sets the gateway service Id of target.
- target
Storage Container Name This property is required. String - Gets or sets the target storage container name.
- vmware
Fabric Arm Id This property is required. String - Gets or sets the ARM Id of the source VMware fabric.
- vmware
Site Id This property is required. String - Gets or sets the ARM Id of the VMware site.
- storage
Account StringId - Gets or sets the storage account Id.
- storage
Account StringSas Secret Name - Gets or sets the Sas Secret of storage account.
- asr
Service Uri This property is required. string - Gets or sets the Uri of ASR.
- az
Stack Hci Fabric Arm Id This property is required. string - Gets or sets the ARM Id of the target AzStackHCI fabric.
- az
Stack Hci Site Id This property is required. string - Gets or sets the ARM Id of the AzStackHCI site.
- gateway
Service Uri This property is required. string - Gets or sets the Uri of Gateway.
- rcm
Service Uri This property is required. string - Gets or sets the Uri of Rcm.
- resource
Group This property is required. string - Gets or sets the resource group.
- resource
Location This property is required. string - Gets or sets the resource location.
- source
Gateway Service Id This property is required. string - Gets or sets the gateway service Id of source.
- source
Storage Container Name This property is required. string - Gets or sets the source storage container name.
- subscription
Id This property is required. string - Gets or sets the subscription.
- target
Gateway Service Id This property is required. string - Gets or sets the gateway service Id of target.
- target
Storage Container Name This property is required. string - Gets or sets the target storage container name.
- vmware
Fabric Arm Id This property is required. string - Gets or sets the ARM Id of the source VMware fabric.
- vmware
Site Id This property is required. string - Gets or sets the ARM Id of the VMware site.
- storage
Account stringId - Gets or sets the storage account Id.
- storage
Account stringSas Secret Name - Gets or sets the Sas Secret of storage account.
- asr_
service_ uri This property is required. str - Gets or sets the Uri of ASR.
- az_
stack_ hci_ fabric_ arm_ id This property is required. str - Gets or sets the ARM Id of the target AzStackHCI fabric.
- az_
stack_ hci_ site_ id This property is required. str - Gets or sets the ARM Id of the AzStackHCI site.
- gateway_
service_ uri This property is required. str - Gets or sets the Uri of Gateway.
- rcm_
service_ uri This property is required. str - Gets or sets the Uri of Rcm.
- resource_
group This property is required. str - Gets or sets the resource group.
- resource_
location This property is required. str - Gets or sets the resource location.
- source_
gateway_ service_ id This property is required. str - Gets or sets the gateway service Id of source.
- source_
storage_ container_ name This property is required. str - Gets or sets the source storage container name.
- subscription_
id This property is required. str - Gets or sets the subscription.
- target_
gateway_ service_ id This property is required. str - Gets or sets the gateway service Id of target.
- target_
storage_ container_ name This property is required. str - Gets or sets the target storage container name.
- vmware_
fabric_ arm_ id This property is required. str - Gets or sets the ARM Id of the source VMware fabric.
- vmware_
site_ id This property is required. str - Gets or sets the ARM Id of the VMware site.
- storage_
account_ strid - Gets or sets the storage account Id.
- storage_
account_ strsas_ secret_ name - Gets or sets the Sas Secret of storage account.
- asr
Service Uri This property is required. String - Gets or sets the Uri of ASR.
- az
Stack Hci Fabric Arm Id This property is required. String - Gets or sets the ARM Id of the target AzStackHCI fabric.
- az
Stack Hci Site Id This property is required. String - Gets or sets the ARM Id of the AzStackHCI site.
- gateway
Service Uri This property is required. String - Gets or sets the Uri of Gateway.
- rcm
Service Uri This property is required. String - Gets or sets the Uri of Rcm.
- resource
Group This property is required. String - Gets or sets the resource group.
- resource
Location This property is required. String - Gets or sets the resource location.
- source
Gateway Service Id This property is required. String - Gets or sets the gateway service Id of source.
- source
Storage Container Name This property is required. String - Gets or sets the source storage container name.
- subscription
Id This property is required. String - Gets or sets the subscription.
- target
Gateway Service Id This property is required. String - Gets or sets the gateway service Id of target.
- target
Storage Container Name This property is required. String - Gets or sets the target storage container name.
- vmware
Fabric Arm Id This property is required. String - Gets or sets the ARM Id of the source VMware fabric.
- vmware
Site Id This property is required. String - Gets or sets the ARM Id of the VMware site.
- storage
Account StringId - Gets or sets the storage account Id.
- storage
Account StringSas Secret Name - Gets or sets the Sas Secret of storage account.
Import
An existing resource can be imported using its type token, name, and identifier, e.g.
$ pulumi import azure-native:datareplication:ReplicationExtension xvjffbiecsd /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataReplication/replicationVaults/{vaultName}/replicationExtensions/{replicationExtensionName}
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0