SiteRecoveryProtectableItemCollection.GetIfExists Method

Definition

Tries to get details for this resource from the service.

  • 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.NullableResponse<Azure.ResourceManager.RecoveryServicesSiteRecovery.SiteRecoveryProtectableItemResource> GetIfExists (string protectableItemName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.RecoveryServicesSiteRecovery.SiteRecoveryProtectableItemResource>
override this.GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.RecoveryServicesSiteRecovery.SiteRecoveryProtectableItemResource>
Public Overridable Function GetIfExists (protectableItemName As String, Optional cancellationToken As CancellationToken = Nothing) As NullableResponse(Of SiteRecoveryProtectableItemResource)

Parameters

protectableItemName
String

Protectable item name.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

protectableItemName is null.

Applies to