This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.73.0 published on Wednesday, Nov 20, 2024 by Pulumi
azure-native.recoveryservices.getReplicationStorageClassificationMapping
Explore with Pulumi AI
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.73.0 published on Wednesday, Nov 20, 2024 by Pulumi
Gets the details of the specified storage classification mapping. Azure REST API version: 2023-04-01.
Other available API versions: 2023-06-01, 2023-08-01, 2024-01-01, 2024-02-01, 2024-04-01, 2024-10-01.
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)
// Output-based functions aren't available in Java yet
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:
- 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
- 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
- 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
- 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
- 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
- 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
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.73.0 published on Wednesday, Nov 20, 2024 by Pulumi