Share via


DataBoxEdgeRoleAddonCollection.GetIfExists(String, CancellationToken) Method

Definition

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBoxEdge/dataBoxEdgeDevices/{deviceName}/roles/{roleName}/addons/{addonName}
  • Operation Id: Addons_Get
public virtual Azure.NullableResponse<Azure.ResourceManager.DataBoxEdge.DataBoxEdgeRoleAddonResource> GetIfExists (string addonName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.DataBoxEdge.DataBoxEdgeRoleAddonResource>
override this.GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.DataBoxEdge.DataBoxEdgeRoleAddonResource>
Public Overridable Function GetIfExists (addonName As String, Optional cancellationToken As CancellationToken = Nothing) As NullableResponse(Of DataBoxEdgeRoleAddonResource)

Parameters

addonName
String

The addon name.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

addonName is null.

Applies to