1. Packages
  2. Azure Native
  3. API Docs
  4. recoveryservices
  5. getReplicationProtectionContainerMapping
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.2.0 published on Monday, Apr 14, 2025 by Pulumi

azure-native.recoveryservices.getReplicationProtectionContainerMapping

Explore with Pulumi AI

This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.2.0 published on Monday, Apr 14, 2025 by Pulumi

Gets the details of a protection container mapping.

Uses Azure REST API version 2024-10-01.

Other available API versions: 2023-02-01, 2023-04-01, 2023-06-01, 2023-08-01, 2024-01-01, 2024-02-01, 2024-04-01, 2025-01-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native recoveryservices [ApiVersion]. See the version guide for details.

Using getReplicationProtectionContainerMapping

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getReplicationProtectionContainerMapping(args: GetReplicationProtectionContainerMappingArgs, opts?: InvokeOptions): Promise<GetReplicationProtectionContainerMappingResult>
function getReplicationProtectionContainerMappingOutput(args: GetReplicationProtectionContainerMappingOutputArgs, opts?: InvokeOptions): Output<GetReplicationProtectionContainerMappingResult>
Copy
def get_replication_protection_container_mapping(fabric_name: Optional[str] = None,
                                                 mapping_name: Optional[str] = None,
                                                 protection_container_name: Optional[str] = None,
                                                 resource_group_name: Optional[str] = None,
                                                 resource_name: Optional[str] = None,
                                                 opts: Optional[InvokeOptions] = None) -> GetReplicationProtectionContainerMappingResult
def get_replication_protection_container_mapping_output(fabric_name: Optional[pulumi.Input[str]] = None,
                                                 mapping_name: Optional[pulumi.Input[str]] = None,
                                                 protection_container_name: Optional[pulumi.Input[str]] = None,
                                                 resource_group_name: Optional[pulumi.Input[str]] = None,
                                                 resource_name: Optional[pulumi.Input[str]] = None,
                                                 opts: Optional[InvokeOptions] = None) -> Output[GetReplicationProtectionContainerMappingResult]
Copy
func LookupReplicationProtectionContainerMapping(ctx *Context, args *LookupReplicationProtectionContainerMappingArgs, opts ...InvokeOption) (*LookupReplicationProtectionContainerMappingResult, error)
func LookupReplicationProtectionContainerMappingOutput(ctx *Context, args *LookupReplicationProtectionContainerMappingOutputArgs, opts ...InvokeOption) LookupReplicationProtectionContainerMappingResultOutput
Copy

> Note: This function is named LookupReplicationProtectionContainerMapping in the Go SDK.

public static class GetReplicationProtectionContainerMapping 
{
    public static Task<GetReplicationProtectionContainerMappingResult> InvokeAsync(GetReplicationProtectionContainerMappingArgs args, InvokeOptions? opts = null)
    public static Output<GetReplicationProtectionContainerMappingResult> Invoke(GetReplicationProtectionContainerMappingInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetReplicationProtectionContainerMappingResult> getReplicationProtectionContainerMapping(GetReplicationProtectionContainerMappingArgs args, InvokeOptions options)
public static Output<GetReplicationProtectionContainerMappingResult> getReplicationProtectionContainerMapping(GetReplicationProtectionContainerMappingArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:recoveryservices:getReplicationProtectionContainerMapping
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

FabricName
This property is required.
Changes to this property will trigger replacement.
string
Fabric name.
MappingName
This property is required.
Changes to this property will trigger replacement.
string
Protection Container mapping name.
ProtectionContainerName
This property is required.
Changes to this property will trigger replacement.
string
Protection container name.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group where the recovery services vault is present.
ResourceName
This property is required.
Changes to this property will trigger replacement.
string
The name of the recovery services vault.
FabricName
This property is required.
Changes to this property will trigger replacement.
string
Fabric name.
MappingName
This property is required.
Changes to this property will trigger replacement.
string
Protection Container mapping name.
ProtectionContainerName
This property is required.
Changes to this property will trigger replacement.
string
Protection container name.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group where the recovery services vault is present.
ResourceName
This property is required.
Changes to this property will trigger replacement.
string
The name of the recovery services vault.
fabricName
This property is required.
Changes to this property will trigger replacement.
String
Fabric name.
mappingName
This property is required.
Changes to this property will trigger replacement.
String
Protection Container mapping name.
protectionContainerName
This property is required.
Changes to this property will trigger replacement.
String
Protection container name.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group where the recovery services vault is present.
resourceName
This property is required.
Changes to this property will trigger replacement.
String
The name of the recovery services vault.
fabricName
This property is required.
Changes to this property will trigger replacement.
string
Fabric name.
mappingName
This property is required.
Changes to this property will trigger replacement.
string
Protection Container mapping name.
protectionContainerName
This property is required.
Changes to this property will trigger replacement.
string
Protection container name.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group where the recovery services vault is present.
resourceName
This property is required.
Changes to this property will trigger replacement.
string
The name of the recovery services vault.
fabric_name
This property is required.
Changes to this property will trigger replacement.
str
Fabric name.
mapping_name
This property is required.
Changes to this property will trigger replacement.
str
Protection Container mapping name.
protection_container_name
This property is required.
Changes to this property will trigger replacement.
str
Protection container name.
resource_group_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the resource group where the recovery services vault is present.
resource_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the recovery services vault.
fabricName
This property is required.
Changes to this property will trigger replacement.
String
Fabric name.
mappingName
This property is required.
Changes to this property will trigger replacement.
String
Protection Container mapping name.
protectionContainerName
This property is required.
Changes to this property will trigger replacement.
String
Protection container name.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group where the recovery services vault is present.
resourceName
This property is required.
Changes to this property will trigger replacement.
String
The name of the recovery services vault.

getReplicationProtectionContainerMapping Result

The following output properties are available:

AzureApiVersion string
The Azure API version of the resource.
Id string
Resource Id
Name string
Resource Name
Properties Pulumi.AzureNative.RecoveryServices.Outputs.ProtectionContainerMappingPropertiesResponse
The custom data.
Type string
Resource Type
Location string
Resource Location
AzureApiVersion string
The Azure API version of the resource.
Id string
Resource Id
Name string
Resource Name
Properties ProtectionContainerMappingPropertiesResponse
The custom data.
Type string
Resource Type
Location string
Resource Location
azureApiVersion String
The Azure API version of the resource.
id String
Resource Id
name String
Resource Name
properties ProtectionContainerMappingPropertiesResponse
The custom data.
type String
Resource Type
location String
Resource Location
azureApiVersion string
The Azure API version of the resource.
id string
Resource Id
name string
Resource Name
properties ProtectionContainerMappingPropertiesResponse
The custom data.
type string
Resource Type
location string
Resource Location
azure_api_version str
The Azure API version of the resource.
id str
Resource Id
name str
Resource Name
properties ProtectionContainerMappingPropertiesResponse
The custom data.
type str
Resource Type
location str
Resource Location
azureApiVersion String
The Azure API version of the resource.
id String
Resource Id
name String
Resource Name
properties Property Map
The custom data.
type String
Resource Type
location String
Resource Location

Supporting Types

A2AProtectionContainerMappingDetailsResponse

AgentAutoUpdateStatus string
A value indicating whether the auto update is enabled.
AutomationAccountArmId string
The automation account arm id.
AutomationAccountAuthenticationType string
A value indicating the type authentication to use for automation Account.
JobScheduleName string
The job schedule arm name.
ScheduleName string
The schedule arm name.
AgentAutoUpdateStatus string
A value indicating whether the auto update is enabled.
AutomationAccountArmId string
The automation account arm id.
AutomationAccountAuthenticationType string
A value indicating the type authentication to use for automation Account.
JobScheduleName string
The job schedule arm name.
ScheduleName string
The schedule arm name.
agentAutoUpdateStatus String
A value indicating whether the auto update is enabled.
automationAccountArmId String
The automation account arm id.
automationAccountAuthenticationType String
A value indicating the type authentication to use for automation Account.
jobScheduleName String
The job schedule arm name.
scheduleName String
The schedule arm name.
agentAutoUpdateStatus string
A value indicating whether the auto update is enabled.
automationAccountArmId string
The automation account arm id.
automationAccountAuthenticationType string
A value indicating the type authentication to use for automation Account.
jobScheduleName string
The job schedule arm name.
scheduleName string
The schedule arm name.
agent_auto_update_status str
A value indicating whether the auto update is enabled.
automation_account_arm_id str
The automation account arm id.
automation_account_authentication_type str
A value indicating the type authentication to use for automation Account.
job_schedule_name str
The job schedule arm name.
schedule_name str
The schedule arm name.
agentAutoUpdateStatus String
A value indicating whether the auto update is enabled.
automationAccountArmId String
The automation account arm id.
automationAccountAuthenticationType String
A value indicating the type authentication to use for automation Account.
jobScheduleName String
The job schedule arm name.
scheduleName String
The schedule arm name.

HealthErrorResponse

CreationTimeUtc string
Error creation time (UTC).
CustomerResolvability string
Value indicating whether the health error is customer resolvable.
EntityId string
ID of the entity.
ErrorCategory string
Category of error.
ErrorCode string
Error code.
ErrorId string
The health error unique id.
ErrorLevel string
Level of error.
ErrorMessage string
Error message.
ErrorSource string
Source of error.
ErrorType string
Type of error.
InnerHealthErrors List<Pulumi.AzureNative.RecoveryServices.Inputs.InnerHealthErrorResponse>
The inner health errors. HealthError having a list of HealthError as child errors is problematic. InnerHealthError is used because this will prevent an infinite loop of structures when Hydra tries to auto-generate the contract. We are exposing the related health errors as inner health errors and all API consumers can utilize this in the same fashion as Exception -> InnerException.
PossibleCauses string
Possible causes of error.
RecommendedAction string
Recommended action to resolve error.
RecoveryProviderErrorMessage string
DRA error message.
SummaryMessage string
Summary message of the entity.
CreationTimeUtc string
Error creation time (UTC).
CustomerResolvability string
Value indicating whether the health error is customer resolvable.
EntityId string
ID of the entity.
ErrorCategory string
Category of error.
ErrorCode string
Error code.
ErrorId string
The health error unique id.
ErrorLevel string
Level of error.
ErrorMessage string
Error message.
ErrorSource string
Source of error.
ErrorType string
Type of error.
InnerHealthErrors []InnerHealthErrorResponse
The inner health errors. HealthError having a list of HealthError as child errors is problematic. InnerHealthError is used because this will prevent an infinite loop of structures when Hydra tries to auto-generate the contract. We are exposing the related health errors as inner health errors and all API consumers can utilize this in the same fashion as Exception -> InnerException.
PossibleCauses string
Possible causes of error.
RecommendedAction string
Recommended action to resolve error.
RecoveryProviderErrorMessage string
DRA error message.
SummaryMessage string
Summary message of the entity.
creationTimeUtc String
Error creation time (UTC).
customerResolvability String
Value indicating whether the health error is customer resolvable.
entityId String
ID of the entity.
errorCategory String
Category of error.
errorCode String
Error code.
errorId String
The health error unique id.
errorLevel String
Level of error.
errorMessage String
Error message.
errorSource String
Source of error.
errorType String
Type of error.
innerHealthErrors List<InnerHealthErrorResponse>
The inner health errors. HealthError having a list of HealthError as child errors is problematic. InnerHealthError is used because this will prevent an infinite loop of structures when Hydra tries to auto-generate the contract. We are exposing the related health errors as inner health errors and all API consumers can utilize this in the same fashion as Exception -> InnerException.
possibleCauses String
Possible causes of error.
recommendedAction String
Recommended action to resolve error.
recoveryProviderErrorMessage String
DRA error message.
summaryMessage String
Summary message of the entity.
creationTimeUtc string
Error creation time (UTC).
customerResolvability string
Value indicating whether the health error is customer resolvable.
entityId string
ID of the entity.
errorCategory string
Category of error.
errorCode string
Error code.
errorId string
The health error unique id.
errorLevel string
Level of error.
errorMessage string
Error message.
errorSource string
Source of error.
errorType string
Type of error.
innerHealthErrors InnerHealthErrorResponse[]
The inner health errors. HealthError having a list of HealthError as child errors is problematic. InnerHealthError is used because this will prevent an infinite loop of structures when Hydra tries to auto-generate the contract. We are exposing the related health errors as inner health errors and all API consumers can utilize this in the same fashion as Exception -> InnerException.
possibleCauses string
Possible causes of error.
recommendedAction string
Recommended action to resolve error.
recoveryProviderErrorMessage string
DRA error message.
summaryMessage string
Summary message of the entity.
creation_time_utc str
Error creation time (UTC).
customer_resolvability str
Value indicating whether the health error is customer resolvable.
entity_id str
ID of the entity.
error_category str
Category of error.
error_code str
Error code.
error_id str
The health error unique id.
error_level str
Level of error.
error_message str
Error message.
error_source str
Source of error.
error_type str
Type of error.
inner_health_errors Sequence[InnerHealthErrorResponse]
The inner health errors. HealthError having a list of HealthError as child errors is problematic. InnerHealthError is used because this will prevent an infinite loop of structures when Hydra tries to auto-generate the contract. We are exposing the related health errors as inner health errors and all API consumers can utilize this in the same fashion as Exception -> InnerException.
possible_causes str
Possible causes of error.
recommended_action str
Recommended action to resolve error.
recovery_provider_error_message str
DRA error message.
summary_message str
Summary message of the entity.
creationTimeUtc String
Error creation time (UTC).
customerResolvability String
Value indicating whether the health error is customer resolvable.
entityId String
ID of the entity.
errorCategory String
Category of error.
errorCode String
Error code.
errorId String
The health error unique id.
errorLevel String
Level of error.
errorMessage String
Error message.
errorSource String
Source of error.
errorType String
Type of error.
innerHealthErrors List<Property Map>
The inner health errors. HealthError having a list of HealthError as child errors is problematic. InnerHealthError is used because this will prevent an infinite loop of structures when Hydra tries to auto-generate the contract. We are exposing the related health errors as inner health errors and all API consumers can utilize this in the same fashion as Exception -> InnerException.
possibleCauses String
Possible causes of error.
recommendedAction String
Recommended action to resolve error.
recoveryProviderErrorMessage String
DRA error message.
summaryMessage String
Summary message of the entity.

InMageRcmProtectionContainerMappingDetailsResponse

EnableAgentAutoUpgrade This property is required. string
A value indicating whether the flag for enable agent auto upgrade.
EnableAgentAutoUpgrade This property is required. string
A value indicating whether the flag for enable agent auto upgrade.
enableAgentAutoUpgrade This property is required. String
A value indicating whether the flag for enable agent auto upgrade.
enableAgentAutoUpgrade This property is required. string
A value indicating whether the flag for enable agent auto upgrade.
enable_agent_auto_upgrade This property is required. str
A value indicating whether the flag for enable agent auto upgrade.
enableAgentAutoUpgrade This property is required. String
A value indicating whether the flag for enable agent auto upgrade.

InnerHealthErrorResponse

CreationTimeUtc string
Error creation time (UTC).
CustomerResolvability string
Value indicating whether the health error is customer resolvable.
EntityId string
ID of the entity.
ErrorCategory string
Category of error.
ErrorCode string
Error code.
ErrorId string
The health error unique id.
ErrorLevel string
Level of error.
ErrorMessage string
Error message.
ErrorSource string
Source of error.
ErrorType string
Type of error.
PossibleCauses string
Possible causes of error.
RecommendedAction string
Recommended action to resolve error.
RecoveryProviderErrorMessage string
DRA error message.
SummaryMessage string
Summary message of the entity.
CreationTimeUtc string
Error creation time (UTC).
CustomerResolvability string
Value indicating whether the health error is customer resolvable.
EntityId string
ID of the entity.
ErrorCategory string
Category of error.
ErrorCode string
Error code.
ErrorId string
The health error unique id.
ErrorLevel string
Level of error.
ErrorMessage string
Error message.
ErrorSource string
Source of error.
ErrorType string
Type of error.
PossibleCauses string
Possible causes of error.
RecommendedAction string
Recommended action to resolve error.
RecoveryProviderErrorMessage string
DRA error message.
SummaryMessage string
Summary message of the entity.
creationTimeUtc String
Error creation time (UTC).
customerResolvability String
Value indicating whether the health error is customer resolvable.
entityId String
ID of the entity.
errorCategory String
Category of error.
errorCode String
Error code.
errorId String
The health error unique id.
errorLevel String
Level of error.
errorMessage String
Error message.
errorSource String
Source of error.
errorType String
Type of error.
possibleCauses String
Possible causes of error.
recommendedAction String
Recommended action to resolve error.
recoveryProviderErrorMessage String
DRA error message.
summaryMessage String
Summary message of the entity.
creationTimeUtc string
Error creation time (UTC).
customerResolvability string
Value indicating whether the health error is customer resolvable.
entityId string
ID of the entity.
errorCategory string
Category of error.
errorCode string
Error code.
errorId string
The health error unique id.
errorLevel string
Level of error.
errorMessage string
Error message.
errorSource string
Source of error.
errorType string
Type of error.
possibleCauses string
Possible causes of error.
recommendedAction string
Recommended action to resolve error.
recoveryProviderErrorMessage string
DRA error message.
summaryMessage string
Summary message of the entity.
creation_time_utc str
Error creation time (UTC).
customer_resolvability str
Value indicating whether the health error is customer resolvable.
entity_id str
ID of the entity.
error_category str
Category of error.
error_code str
Error code.
error_id str
The health error unique id.
error_level str
Level of error.
error_message str
Error message.
error_source str
Source of error.
error_type str
Type of error.
possible_causes str
Possible causes of error.
recommended_action str
Recommended action to resolve error.
recovery_provider_error_message str
DRA error message.
summary_message str
Summary message of the entity.
creationTimeUtc String
Error creation time (UTC).
customerResolvability String
Value indicating whether the health error is customer resolvable.
entityId String
ID of the entity.
errorCategory String
Category of error.
errorCode String
Error code.
errorId String
The health error unique id.
errorLevel String
Level of error.
errorMessage String
Error message.
errorSource String
Source of error.
errorType String
Type of error.
possibleCauses String
Possible causes of error.
recommendedAction String
Recommended action to resolve error.
recoveryProviderErrorMessage String
DRA error message.
summaryMessage String
Summary message of the entity.

ProtectionContainerMappingPropertiesResponse

Health string
Health of pairing.
HealthErrorDetails List<Pulumi.AzureNative.RecoveryServices.Inputs.HealthErrorResponse>
Health error.
PolicyFriendlyName string
Friendly name of replication policy.
PolicyId string
Policy ARM Id.
ProviderSpecificDetails Pulumi.AzureNative.RecoveryServices.Inputs.A2AProtectionContainerMappingDetailsResponse | Pulumi.AzureNative.RecoveryServices.Inputs.InMageRcmProtectionContainerMappingDetailsResponse | Pulumi.AzureNative.RecoveryServices.Inputs.VMwareCbtProtectionContainerMappingDetailsResponse
Provider specific provider details.
SourceFabricFriendlyName string
Friendly name of source fabric.
SourceProtectionContainerFriendlyName string
Friendly name of source protection container.
State string
Association Status.
TargetFabricFriendlyName string
Friendly name of target fabric.
TargetProtectionContainerFriendlyName string
Friendly name of paired container.
TargetProtectionContainerId string
Paired protection container ARM ID.
Health string
Health of pairing.
HealthErrorDetails []HealthErrorResponse
Health error.
PolicyFriendlyName string
Friendly name of replication policy.
PolicyId string
Policy ARM Id.
ProviderSpecificDetails A2AProtectionContainerMappingDetailsResponse | InMageRcmProtectionContainerMappingDetailsResponse | VMwareCbtProtectionContainerMappingDetailsResponse
Provider specific provider details.
SourceFabricFriendlyName string
Friendly name of source fabric.
SourceProtectionContainerFriendlyName string
Friendly name of source protection container.
State string
Association Status.
TargetFabricFriendlyName string
Friendly name of target fabric.
TargetProtectionContainerFriendlyName string
Friendly name of paired container.
TargetProtectionContainerId string
Paired protection container ARM ID.
health String
Health of pairing.
healthErrorDetails List<HealthErrorResponse>
Health error.
policyFriendlyName String
Friendly name of replication policy.
policyId String
Policy ARM Id.
providerSpecificDetails A2AProtectionContainerMappingDetailsResponse | InMageRcmProtectionContainerMappingDetailsResponse | VMwareCbtProtectionContainerMappingDetailsResponse
Provider specific provider details.
sourceFabricFriendlyName String
Friendly name of source fabric.
sourceProtectionContainerFriendlyName String
Friendly name of source protection container.
state String
Association Status.
targetFabricFriendlyName String
Friendly name of target fabric.
targetProtectionContainerFriendlyName String
Friendly name of paired container.
targetProtectionContainerId String
Paired protection container ARM ID.
health string
Health of pairing.
healthErrorDetails HealthErrorResponse[]
Health error.
policyFriendlyName string
Friendly name of replication policy.
policyId string
Policy ARM Id.
providerSpecificDetails A2AProtectionContainerMappingDetailsResponse | InMageRcmProtectionContainerMappingDetailsResponse | VMwareCbtProtectionContainerMappingDetailsResponse
Provider specific provider details.
sourceFabricFriendlyName string
Friendly name of source fabric.
sourceProtectionContainerFriendlyName string
Friendly name of source protection container.
state string
Association Status.
targetFabricFriendlyName string
Friendly name of target fabric.
targetProtectionContainerFriendlyName string
Friendly name of paired container.
targetProtectionContainerId string
Paired protection container ARM ID.
health str
Health of pairing.
health_error_details Sequence[HealthErrorResponse]
Health error.
policy_friendly_name str
Friendly name of replication policy.
policy_id str
Policy ARM Id.
provider_specific_details A2AProtectionContainerMappingDetailsResponse | InMageRcmProtectionContainerMappingDetailsResponse | VMwareCbtProtectionContainerMappingDetailsResponse
Provider specific provider details.
source_fabric_friendly_name str
Friendly name of source fabric.
source_protection_container_friendly_name str
Friendly name of source protection container.
state str
Association Status.
target_fabric_friendly_name str
Friendly name of target fabric.
target_protection_container_friendly_name str
Friendly name of paired container.
target_protection_container_id str
Paired protection container ARM ID.
health String
Health of pairing.
healthErrorDetails List<Property Map>
Health error.
policyFriendlyName String
Friendly name of replication policy.
policyId String
Policy ARM Id.
providerSpecificDetails Property Map | Property Map | Property Map
Provider specific provider details.
sourceFabricFriendlyName String
Friendly name of source fabric.
sourceProtectionContainerFriendlyName String
Friendly name of source protection container.
state String
Association Status.
targetFabricFriendlyName String
Friendly name of target fabric.
targetProtectionContainerFriendlyName String
Friendly name of paired container.
targetProtectionContainerId String
Paired protection container ARM ID.

VMwareCbtProtectionContainerMappingDetailsResponse

KeyVaultId This property is required. string
The target key vault ARM Id.
KeyVaultUri This property is required. string
The target key vault URI.
RoleSizeToNicCountMap This property is required. Dictionary<string, int>
The role size to NIC count map.
ServiceBusConnectionStringSecretName This property is required. string
The secret name of the service bus connection string.
StorageAccountId This property is required. string
The storage account ARM Id.
StorageAccountSasSecretName This property is required. string
The secret name of the storage account.
TargetLocation This property is required. string
The target location.
ExcludedSkus List<string>
The SKUs to be excluded.
KeyVaultId This property is required. string
The target key vault ARM Id.
KeyVaultUri This property is required. string
The target key vault URI.
RoleSizeToNicCountMap This property is required. map[string]int
The role size to NIC count map.
ServiceBusConnectionStringSecretName This property is required. string
The secret name of the service bus connection string.
StorageAccountId This property is required. string
The storage account ARM Id.
StorageAccountSasSecretName This property is required. string
The secret name of the storage account.
TargetLocation This property is required. string
The target location.
ExcludedSkus []string
The SKUs to be excluded.
keyVaultId This property is required. String
The target key vault ARM Id.
keyVaultUri This property is required. String
The target key vault URI.
roleSizeToNicCountMap This property is required. Map<String,Integer>
The role size to NIC count map.
serviceBusConnectionStringSecretName This property is required. String
The secret name of the service bus connection string.
storageAccountId This property is required. String
The storage account ARM Id.
storageAccountSasSecretName This property is required. String
The secret name of the storage account.
targetLocation This property is required. String
The target location.
excludedSkus List<String>
The SKUs to be excluded.
keyVaultId This property is required. string
The target key vault ARM Id.
keyVaultUri This property is required. string
The target key vault URI.
roleSizeToNicCountMap This property is required. {[key: string]: number}
The role size to NIC count map.
serviceBusConnectionStringSecretName This property is required. string
The secret name of the service bus connection string.
storageAccountId This property is required. string
The storage account ARM Id.
storageAccountSasSecretName This property is required. string
The secret name of the storage account.
targetLocation This property is required. string
The target location.
excludedSkus string[]
The SKUs to be excluded.
key_vault_id This property is required. str
The target key vault ARM Id.
key_vault_uri This property is required. str
The target key vault URI.
role_size_to_nic_count_map This property is required. Mapping[str, int]
The role size to NIC count map.
service_bus_connection_string_secret_name This property is required. str
The secret name of the service bus connection string.
storage_account_id This property is required. str
The storage account ARM Id.
storage_account_sas_secret_name This property is required. str
The secret name of the storage account.
target_location This property is required. str
The target location.
excluded_skus Sequence[str]
The SKUs to be excluded.
keyVaultId This property is required. String
The target key vault ARM Id.
keyVaultUri This property is required. String
The target key vault URI.
roleSizeToNicCountMap This property is required. Map<Number>
The role size to NIC count map.
serviceBusConnectionStringSecretName This property is required. String
The secret name of the service bus connection string.
storageAccountId This property is required. String
The storage account ARM Id.
storageAccountSasSecretName This property is required. String
The secret name of the storage account.
targetLocation This property is required. String
The target location.
excludedSkus List<String>
The SKUs to be excluded.

Package Details

Repository
Azure Native pulumi/pulumi-azure-native
License
Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.2.0 published on Monday, Apr 14, 2025 by Pulumi