Share via


SiteRecoveryProtectionContainerResource.GetSiteRecoveryProtectableItem Method

Definition

The operation to get the details of a protectable item.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationProtectableItems/{protectableItemName}
  • Operation Id: ReplicationProtectableItems_Get
  • Default Api Version: 2023-08-01
  • Resource: SiteRecoveryProtectableItemResource
public virtual Azure.Response<Azure.ResourceManager.RecoveryServicesSiteRecovery.SiteRecoveryProtectableItemResource> GetSiteRecoveryProtectableItem (string protectableItemName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetSiteRecoveryProtectableItem : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.RecoveryServicesSiteRecovery.SiteRecoveryProtectableItemResource>
override this.GetSiteRecoveryProtectableItem : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.RecoveryServicesSiteRecovery.SiteRecoveryProtectableItemResource>
Public Overridable Function GetSiteRecoveryProtectableItem (protectableItemName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of SiteRecoveryProtectableItemResource)

Parameters

protectableItemName
String

Protectable item name.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

protectableItemName is null.

protectableItemName is an empty string, and was expected to be non-empty.

Applies to