共用方式為


WebSitePremierAddonCollection.GetIfExists(String, CancellationToken) Method

Definition

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/premieraddons/{premierAddOnName}
  • Operation Id: WebApps_GetPremierAddOn
  • Default Api Version: 2021-02-01
  • Resource: WebSitePremierAddonResource
public virtual Azure.NullableResponse<Azure.ResourceManager.AppService.WebSitePremierAddonResource> GetIfExists (string premierAddOnName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.AppService.WebSitePremierAddonResource>
override this.GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.AppService.WebSitePremierAddonResource>
Public Overridable Function GetIfExists (premierAddOnName As String, Optional cancellationToken As CancellationToken = Nothing) As NullableResponse(Of WebSitePremierAddonResource)

Parameters

premierAddOnName
String

Add-on name.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

premierAddOnName is null.

Applies to