Bagikan melalui


ApiManagementGatewayHostnameConfigurationResource.GetEntityTag Method

Definition

Checks that hostname configuration entity specified by identifier exists for specified Gateway entity.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/gateways/{gatewayId}/hostnameConfigurations/{hcId}
  • Operation Id: GatewayHostnameConfiguration_GetEntityTag
  • Default Api Version: 2021-08-01
  • Resource: ApiManagementGatewayHostnameConfigurationResource
public virtual Azure.Response<bool> GetEntityTag (System.Threading.CancellationToken cancellationToken = default);
abstract member GetEntityTag : System.Threading.CancellationToken -> Azure.Response<bool>
override this.GetEntityTag : System.Threading.CancellationToken -> Azure.Response<bool>
Public Overridable Function GetEntityTag (Optional cancellationToken As CancellationToken = Nothing) As Response(Of Boolean)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to