Share via


ComponentCollection.GetIfExists(String, CancellationToken) Method

Definition

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridNetwork/networkFunctions/{networkFunctionName}/components/{componentName}
  • Operation Id: Components_Get
public virtual Azure.NullableResponse<Azure.ResourceManager.HybridNetwork.ComponentResource> GetIfExists (string componentName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.HybridNetwork.ComponentResource>
override this.GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.HybridNetwork.ComponentResource>
Public Overridable Function GetIfExists (componentName As String, Optional cancellationToken As CancellationToken = Nothing) As NullableResponse(Of ComponentResource)

Parameters

componentName
String

The name of the component.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

componentName is null.

Applies to