DataReplicationEventCollection.GetIfExists(String, CancellationToken) Method

Definition

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataReplication/replicationVaults/{vaultName}/events/{eventName}
  • Operation Id: Event_Get
public virtual Azure.NullableResponse<Azure.ResourceManager.RecoveryServicesDataReplication.DataReplicationEventResource> GetIfExists (string eventName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.RecoveryServicesDataReplication.DataReplicationEventResource>
override this.GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.RecoveryServicesDataReplication.DataReplicationEventResource>
Public Overridable Function GetIfExists (eventName As String, Optional cancellationToken As CancellationToken = Nothing) As NullableResponse(Of DataReplicationEventResource)

Parameters

eventName
String

The event name.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

eventName is null.

Applies to