Datareplication Functions
object DatareplicationFunctions
Functions
Link copied to clipboard
Gets the details of the fabric agent. Uses Azure REST API version 2021-02-16-preview.
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.
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(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(argument: suspend GetProtectedItemPlainArgsBuilder.() -> Unit): GetProtectedItemResult
suspend fun getProtectedItem(protectedItemName: String, resourceGroupName: String, vaultName: String): GetProtectedItemResult
Link copied to clipboard
suspend fun getReplicationExtension(argument: GetReplicationExtensionPlainArgs): GetReplicationExtensionResult
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(argument: suspend GetReplicationExtensionPlainArgsBuilder.() -> Unit): GetReplicationExtensionResult
suspend fun getReplicationExtension(replicationExtensionName: String, resourceGroupName: String, vaultName: String): GetReplicationExtensionResult
Link copied to clipboard
Gets the details of the vault. Uses Azure REST API version 2021-02-16-preview. Other available API versions: 2024-09-01.