azure-native.recoveryservices.getReplicationStorageClassificationMapping
Explore with Pulumi AI
Gets the details of the specified storage classification 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 getReplicationStorageClassificationMapping
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 getReplicationStorageClassificationMapping(args: GetReplicationStorageClassificationMappingArgs, opts?: InvokeOptions): Promise<GetReplicationStorageClassificationMappingResult>
function getReplicationStorageClassificationMappingOutput(args: GetReplicationStorageClassificationMappingOutputArgs, opts?: InvokeOptions): Output<GetReplicationStorageClassificationMappingResult>
def get_replication_storage_classification_mapping(fabric_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
resource_name: Optional[str] = None,
storage_classification_mapping_name: Optional[str] = None,
storage_classification_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetReplicationStorageClassificationMappingResult
def get_replication_storage_classification_mapping_output(fabric_name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
resource_name: Optional[pulumi.Input[str]] = None,
storage_classification_mapping_name: Optional[pulumi.Input[str]] = None,
storage_classification_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetReplicationStorageClassificationMappingResult]
func LookupReplicationStorageClassificationMapping(ctx *Context, args *LookupReplicationStorageClassificationMappingArgs, opts ...InvokeOption) (*LookupReplicationStorageClassificationMappingResult, error)
func LookupReplicationStorageClassificationMappingOutput(ctx *Context, args *LookupReplicationStorageClassificationMappingOutputArgs, opts ...InvokeOption) LookupReplicationStorageClassificationMappingResultOutput
> Note: This function is named LookupReplicationStorageClassificationMapping
in the Go SDK.
public static class GetReplicationStorageClassificationMapping
{
public static Task<GetReplicationStorageClassificationMappingResult> InvokeAsync(GetReplicationStorageClassificationMappingArgs args, InvokeOptions? opts = null)
public static Output<GetReplicationStorageClassificationMappingResult> Invoke(GetReplicationStorageClassificationMappingInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetReplicationStorageClassificationMappingResult> getReplicationStorageClassificationMapping(GetReplicationStorageClassificationMappingArgs args, InvokeOptions options)
public static Output<GetReplicationStorageClassificationMappingResult> getReplicationStorageClassificationMapping(GetReplicationStorageClassificationMappingArgs args, InvokeOptions options)
fn::invoke:
function: azure-native:recoveryservices:getReplicationStorageClassificationMapping
arguments:
# arguments dictionary
The following arguments are supported:
- Fabric
Name string - Fabric name.
- Resource
Group stringName - The name of the resource group where the recovery services vault is present.
- Resource
Name string - The name of the recovery services vault.
- Storage
Classification stringMapping Name - Storage classification mapping name.
- Storage
Classification stringName - Storage classification name.
- Fabric
Name string - Fabric name.
- Resource
Group stringName - The name of the resource group where the recovery services vault is present.
- Resource
Name string - The name of the recovery services vault.
- Storage
Classification stringMapping Name - Storage classification mapping name.
- Storage
Classification stringName - Storage classification name.
- fabric
Name String - Fabric name.
- resource
Group StringName - The name of the resource group where the recovery services vault is present.
- resource
Name String - The name of the recovery services vault.
- storage
Classification StringMapping Name - Storage classification mapping name.
- storage
Classification StringName - Storage classification name.
- fabric
Name string - Fabric name.
- resource
Group stringName - The name of the resource group where the recovery services vault is present.
- resource
Name string - The name of the recovery services vault.
- storage
Classification stringMapping Name - Storage classification mapping name.
- storage
Classification stringName - Storage classification name.
- fabric_
name str - Fabric name.
- resource_
group_ strname - The name of the resource group where the recovery services vault is present.
- resource_
name str - The name of the recovery services vault.
- storage_
classification_ strmapping_ name - Storage classification mapping name.
- storage_
classification_ strname - Storage classification name.
- fabric
Name String - Fabric name.
- resource
Group StringName - The name of the resource group where the recovery services vault is present.
- resource
Name String - The name of the recovery services vault.
- storage
Classification StringMapping Name - Storage classification mapping name.
- storage
Classification StringName - Storage classification name.
getReplicationStorageClassificationMapping Result
The following output properties are available:
- Azure
Api stringVersion - The Azure API version of the resource.
- Id string
- Resource Id
- Name string
- Resource Name
- Properties
Pulumi.
Azure Native. Recovery Services. Outputs. Storage Classification Mapping Properties Response - Properties of the storage mapping object.
- Type string
- Resource Type
- Location string
- Resource Location
- Azure
Api stringVersion - The Azure API version of the resource.
- Id string
- Resource Id
- Name string
- Resource Name
- Properties
Storage
Classification Mapping Properties Response - Properties of the storage mapping object.
- Type string
- Resource Type
- Location string
- Resource Location
- azure
Api StringVersion - The Azure API version of the resource.
- id String
- Resource Id
- name String
- Resource Name
- properties
Storage
Classification Mapping Properties Response - Properties of the storage mapping object.
- type String
- Resource Type
- location String
- Resource Location
- azure
Api stringVersion - The Azure API version of the resource.
- id string
- Resource Id
- name string
- Resource Name
- properties
Storage
Classification Mapping Properties Response - Properties of the storage mapping object.
- type string
- Resource Type
- location string
- Resource Location
- azure_
api_ strversion - The Azure API version of the resource.
- id str
- Resource Id
- name str
- Resource Name
- properties
Storage
Classification Mapping Properties Response - Properties of the storage mapping object.
- type str
- Resource Type
- location str
- Resource Location
- azure
Api StringVersion - The Azure API version of the resource.
- id String
- Resource Id
- name String
- Resource Name
- properties Property Map
- Properties of the storage mapping object.
- type String
- Resource Type
- location String
- Resource Location
Supporting Types
StorageClassificationMappingPropertiesResponse
- Target
Storage stringClassification Id - Target storage object Id.
- Target
Storage stringClassification Id - Target storage object Id.
- target
Storage StringClassification Id - Target storage object Id.
- target
Storage stringClassification Id - Target storage object Id.
- target_
storage_ strclassification_ id - Target storage object Id.
- target
Storage StringClassification Id - Target storage object Id.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0