DatareplicationFunctions

Functions

Link copied to clipboard
suspend fun getDra(argument: GetDraPlainArgs): GetDraResult

Gets the details of the fabric agent. Uses Azure REST API version 2021-02-16-preview.

suspend fun getDra(argument: suspend GetDraPlainArgsBuilder.() -> Unit): GetDraResult
suspend fun getDra(fabricAgentName: String, fabricName: String, resourceGroupName: String): GetDraResult
Link copied to clipboard

Gets the details of the fabric. Uses Azure REST API version 2021-02-16-preview. Other available API versions: 2024-09-01.

suspend fun getFabric(argument: suspend GetFabricPlainArgsBuilder.() -> Unit): GetFabricResult
suspend fun getFabric(fabricName: String, resourceGroupName: String): GetFabricResult
Link copied to clipboard

Gets the details of the policy. Uses Azure REST API version 2021-02-16-preview. Other available API versions: 2024-09-01.

suspend fun getPolicy(argument: suspend GetPolicyPlainArgsBuilder.() -> Unit): GetPolicyResult
suspend fun getPolicy(policyName: String, resourceGroupName: String, vaultName: String): GetPolicyResult
Link copied to clipboard

Gets the details of the protected item. Uses Azure REST API version 2021-02-16-preview. Other available API versions: 2024-09-01.

suspend fun getProtectedItem(protectedItemName: String, resourceGroupName: String, vaultName: String): GetProtectedItemResult
Link copied to clipboard

Gets the details of the replication extension. Uses Azure REST API version 2021-02-16-preview. Other available API versions: 2024-09-01.

suspend fun getReplicationExtension(replicationExtensionName: String, resourceGroupName: String, vaultName: String): GetReplicationExtensionResult
Link copied to clipboard
suspend fun getVault(argument: GetVaultPlainArgs): GetVaultResult

Gets the details of the vault. Uses Azure REST API version 2021-02-16-preview. Other available API versions: 2024-09-01.

suspend fun getVault(argument: suspend GetVaultPlainArgsBuilder.() -> Unit): GetVaultResult
suspend fun getVault(resourceGroupName: String, vaultName: String): GetVaultResult