Поделиться через


DataReplicationFabricAgentCollection.GetIfExists Method

Definition

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataReplication/replicationFabrics/{fabricName}/fabricAgents/{fabricAgentName}
  • Operation Id: FabricAgentModel_Get
  • Default Api Version: 2024-09-01
  • Resource: DataReplicationFabricAgentResource
public virtual Azure.NullableResponse<Azure.ResourceManager.RecoveryServicesDataReplication.DataReplicationFabricAgentResource> GetIfExists(string fabricAgentName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.RecoveryServicesDataReplication.DataReplicationFabricAgentResource>
override this.GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.RecoveryServicesDataReplication.DataReplicationFabricAgentResource>
Public Overridable Function GetIfExists (fabricAgentName As String, Optional cancellationToken As CancellationToken = Nothing) As NullableResponse(Of DataReplicationFabricAgentResource)

Parameters

fabricAgentName
String

The fabric agent name.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

fabricAgentName is null.

Applies to