你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ProviderHub Class

Definition

Low-level API implementation for the ProviderHub service. Microsoft ProviderHub

public class ProviderHub
type ProviderHub = class
Public Class ProviderHub
Inheritance
ProviderHub

Constructors

ProviderHub()

Methods

CheckinManifest(String, String, ICheckinManifestParams, Func<HttpResponseMessage, Task<ICheckinManifestInfo>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Checkin the manifest.

CheckinManifestViaIdentity(String, ICheckinManifestParams, Func<HttpResponseMessage, Task<ICheckinManifestInfo>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Checkin the manifest.

CustomRolloutsCreateOrUpdate(String, String, String, ICustomRollout, Func<HttpResponseMessage,Task<ICustomRollout>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Creates or updates the rollout details.

CustomRolloutsCreateOrUpdateViaIdentity(String, ICustomRollout, Func<HttpResponseMessage,Task<ICustomRollout>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Creates or updates the rollout details.

CustomRolloutsGet(String, String, String, Func<HttpResponseMessage, Task<ICustomRollout>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Gets the custom rollout details.

CustomRolloutsGetViaIdentity(String, Func<HttpResponseMessage, Task<ICustomRollout>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Gets the custom rollout details.

CustomRolloutsListByProviderRegistration(String, String, Func<HttpResponseMessage, Task<ICustomRolloutArrayResponseWithContinuation>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Gets the list of the custom rollouts for the given provider.

CustomRolloutsListByProviderRegistrationViaIdentity(String, Func<HttpResponseMessage, Task<ICustomRolloutArrayResponseWithContinuation>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Gets the list of the custom rollouts for the given provider.

DefaultRolloutsCreateOrUpdate(String, String, String, IDefaultRollout, Func<HttpResponseMessage,Task<IDefaultRollout>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Creates or updates the rollout details.

DefaultRolloutsCreateOrUpdateViaIdentity(String, IDefaultRollout, Func<HttpResponseMessage,Task<IDefaultRollout>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Creates or updates the rollout details.

DefaultRolloutsDelete(String, String, String, Func<HttpResponseMessage, Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Deletes the rollout resource. Rollout must be in terminal state.

DefaultRolloutsDeleteViaIdentity(String, Func<HttpResponseMessage, Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Deletes the rollout resource. Rollout must be in terminal state.

DefaultRolloutsGet(String, String, String, Func<HttpResponseMessage, Task<IDefaultRollout>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Gets the default rollout details.

DefaultRolloutsGetViaIdentity(String, Func<HttpResponseMessage, Task<IDefaultRollout>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Gets the default rollout details.

DefaultRolloutsListByProviderRegistration(String, String, Func<HttpResponseMessage, Task<IDefaultRolloutArrayResponseWithContinuation>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Gets the list of the rollouts for the given provider.

DefaultRolloutsListByProviderRegistrationViaIdentity(String, Func<HttpResponseMessage, Task<IDefaultRolloutArrayResponseWithContinuation>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Gets the list of the rollouts for the given provider.

DefaultRolloutsStop(String, String, String, Func<HttpResponseMessage, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Stops or cancels the rollout, if in progress.

DefaultRolloutsStopViaIdentity(String, Func<HttpResponseMessage, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Stops or cancels the rollout, if in progress.

GenerateManifest(String, String, Func<HttpResponseMessage,Task<IResourceProviderManifest>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Generates the manifest for the given provider.

GenerateManifestViaIdentity(String, Func<HttpResponseMessage, Task<IResourceProviderManifest>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Generates the manifest for the given provider.

NotificationRegistrationsCreateOrUpdate(String, String, String, INotificationRegistration, Func<HttpResponseMessage,Task<INotificationRegistration>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Creates or updates a notification registration.

NotificationRegistrationsCreateOrUpdateViaIdentity(String, INotificationRegistration, Func<HttpResponseMessage,Task<INotificationRegistration>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Creates or updates a notification registration.

NotificationRegistrationsDelete(String, String, String, Func<HttpResponseMessage, Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Deletes a notification registration.

NotificationRegistrationsDeleteViaIdentity(String, Func<HttpResponseMessage, Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Deletes a notification registration.

NotificationRegistrationsGet(String, String, String, Func<HttpResponseMessage, Task<INotificationRegistration>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Gets the notification registration details.

NotificationRegistrationsGetViaIdentity(String, Func<HttpResponseMessage, Task<INotificationRegistration>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Gets the notification registration details.

NotificationRegistrationsListByProviderRegistration(String, String, Func<HttpResponseMessage,Task<INotificationRegistrationArrayResponseWithContinuation>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Gets the list of the notification registrations for the given provider.

NotificationRegistrationsListByProviderRegistrationViaIdentity(String, Func<HttpResponseMessage,Task<INotificationRegistrationArrayResponseWithContinuation>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Gets the list of the notification registrations for the given provider.

OperationsCreateOrUpdate(String, String, IOperationsPutContent, Func<HttpResponseMessage,Task<IOperationsContent>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Creates or updates the operation supported by the given provider.

OperationsCreateOrUpdateViaIdentity(String, IOperationsPutContent, Func<HttpResponseMessage,Task<IOperationsContent>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Creates or updates the operation supported by the given provider.

OperationsDelete(String, String, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Deletes an operation.

OperationsDeleteViaIdentity(String, Func<HttpResponseMessage, Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Deletes an operation.

OperationsList(Func<HttpResponseMessage,Task<IOperationsDefinitionArrayResponseWithContinuation>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Lists all the operations supported by Microsoft.ProviderHub.

OperationsListByProviderRegistration(String, String, Func<HttpResponseMessage, Task<IOperationsDefinition[]>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Gets the operations supported by the given provider.

OperationsListByProviderRegistrationViaIdentity(String, Func<HttpResponseMessage, Task<IOperationsDefinition[]>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Gets the operations supported by the given provider.

ProviderRegistrationsCreateOrUpdate(String, String, IProviderRegistration, Func<HttpResponseMessage,Task<IProviderRegistration>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Creates or updates the provider registration.

ProviderRegistrationsCreateOrUpdateViaIdentity(String, IProviderRegistration, Func<HttpResponseMessage,Task<IProviderRegistration>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Creates or updates the provider registration.

ProviderRegistrationsDelete(String, String, Func<HttpResponseMessage, Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Deletes a provider registration.

ProviderRegistrationsDeleteViaIdentity(String, Func<HttpResponseMessage, Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Deletes a provider registration.

ProviderRegistrationsGenerateOperations(String, String, Func<HttpResponseMessage, Task<IOperationsDefinition[]>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Generates the operations api for the given provider.

ProviderRegistrationsGenerateOperationsViaIdentity(String, Func<HttpResponseMessage, Task<IOperationsDefinition[]>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Generates the operations api for the given provider.

ProviderRegistrationsGet(String, String, Func<HttpResponseMessage, Task<IProviderRegistration>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Gets the provider registration details.

ProviderRegistrationsGetViaIdentity(String, Func<HttpResponseMessage, Task<IProviderRegistration>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Gets the provider registration details.

ProviderRegistrationsList(String, Func<HttpResponseMessage,Task<IProviderRegistrationArrayResponseWithContinuation>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Gets the list of the provider registrations in the subscription.

ProviderRegistrationsListViaIdentity(String, Func<HttpResponseMessage, Task<IProviderRegistrationArrayResponseWithContinuation>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Gets the list of the provider registrations in the subscription.

ResourceTypeRegistrationsCreateOrUpdate(String, String, String, IResourceTypeRegistration, Func<HttpResponseMessage,Task<IResourceTypeRegistration>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Creates or updates a resource type.

ResourceTypeRegistrationsCreateOrUpdateViaIdentity(String, IResourceTypeRegistration, Func<HttpResponseMessage,Task<IResourceTypeRegistration>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Creates or updates a resource type.

ResourceTypeRegistrationsDelete(String, String, String, Func<HttpResponseMessage, Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Deletes a resource type

ResourceTypeRegistrationsDeleteViaIdentity(String, Func<HttpResponseMessage, Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Deletes a resource type

ResourceTypeRegistrationsGet(String, String, String, Func<HttpResponseMessage, Task<IResourceTypeRegistration>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Gets a resource type details in the given subscription and provider.

ResourceTypeRegistrationsGetViaIdentity(String, Func<HttpResponseMessage, Task<IResourceTypeRegistration>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Gets a resource type details in the given subscription and provider.

ResourceTypeRegistrationsListByProviderRegistration(String, String, Func<HttpResponseMessage,Task<IResourceTypeRegistrationArrayResponseWithContinuation>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Gets the list of the resource types for the given provider.

ResourceTypeRegistrationsListByProviderRegistrationViaIdentity(String, Func<HttpResponseMessage,Task<IResourceTypeRegistrationArrayResponseWithContinuation>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Gets the list of the resource types for the given provider.

SkusCreateOrUpdate(String, String, String, String, ISkuResource, Func<HttpResponseMessage,Task<ISkuResource>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Creates or updates the resource type skus in the given resource type.

SkusCreateOrUpdateNestedResourceTypeFirst(String, String, String, String, String, ISkuResource, Func<HttpResponseMessage,Task<ISkuResource>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Creates or updates the resource type skus in the given resource type.

SkusCreateOrUpdateNestedResourceTypeFirstViaIdentity(String, ISkuResource, Func<HttpResponseMessage,Task<ISkuResource>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Creates or updates the resource type skus in the given resource type.

SkusCreateOrUpdateNestedResourceTypeSecond(String, String, String, String, String, String, ISkuResource, Func<HttpResponseMessage, Task<ISkuResource>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Creates or updates the resource type skus in the given resource type.

SkusCreateOrUpdateNestedResourceTypeSecondViaIdentity(String, ISkuResource, Func<HttpResponseMessage,Task<ISkuResource>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Creates or updates the resource type skus in the given resource type.

SkusCreateOrUpdateNestedResourceTypeThird(String, String, String, String, String, String, String, ISkuResource, Func<HttpResponseMessage, Task<ISkuResource>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Creates or updates the resource type skus in the given resource type.

SkusCreateOrUpdateNestedResourceTypeThirdViaIdentity(String, ISkuResource, Func<HttpResponseMessage,Task<ISkuResource>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Creates or updates the resource type skus in the given resource type.

SkusCreateOrUpdateViaIdentity(String, ISkuResource, Func<HttpResponseMessage, Task<ISkuResource>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Creates or updates the resource type skus in the given resource type.

SkusDelete(String, String, String, String, Func<HttpResponseMessage, Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Deletes a resource type sku.

SkusDeleteNestedResourceTypeFirst(String, String, String, String, String, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Deletes a resource type sku.

SkusDeleteNestedResourceTypeFirstViaIdentity(String, Func<HttpResponseMessage, Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Deletes a resource type sku.

SkusDeleteNestedResourceTypeSecond(String, String, String, String, String, String, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Deletes a resource type sku.

SkusDeleteNestedResourceTypeSecondViaIdentity(String, Func<HttpResponseMessage, Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Deletes a resource type sku.

SkusDeleteNestedResourceTypeThird(String, String, String, String, String, String, String, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Deletes a resource type sku.

SkusDeleteNestedResourceTypeThirdViaIdentity(String, Func<HttpResponseMessage, Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Deletes a resource type sku.

SkusDeleteViaIdentity(String, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Deletes a resource type sku.

SkusGet(String, String, String, String, Func<HttpResponseMessage, Task<ISkuResource>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Gets the sku details for the given resource type and sku name.

SkusGetNestedResourceTypeFirst(String, String, String, String, String, Func<HttpResponseMessage,Task<ISkuResource>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Gets the sku details for the given resource type and sku name.

SkusGetNestedResourceTypeFirstViaIdentity(String, Func<HttpResponseMessage, Task<ISkuResource>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Gets the sku details for the given resource type and sku name.

SkusGetNestedResourceTypeSecond(String, String, String, String, String, String, Func<HttpResponseMessage,Task<ISkuResource>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Gets the sku details for the given resource type and sku name.

SkusGetNestedResourceTypeSecondViaIdentity(String, Func<HttpResponseMessage, Task<ISkuResource>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Gets the sku details for the given resource type and sku name.

SkusGetNestedResourceTypeThird(String, String, String, String, String, String, String, Func<HttpResponseMessage,Task<ISkuResource>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Gets the sku details for the given resource type and sku name.

SkusGetNestedResourceTypeThirdViaIdentity(String, Func<HttpResponseMessage, Task<ISkuResource>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Gets the sku details for the given resource type and sku name.

SkusGetViaIdentity(String, Func<HttpResponseMessage,Task<ISkuResource>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Gets the sku details for the given resource type and sku name.

SkusListByResourceTypeRegistrations(String, String, String, Func<HttpResponseMessage, Task<ISkuResourceArrayResponseWithContinuation>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Gets the list of skus for the given resource type.

SkusListByResourceTypeRegistrationsNestedResourceTypeFirst(String, String, String, String, Func<HttpResponseMessage,Task<ISkuResourceArrayResponseWithContinuation>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Gets the list of skus for the given resource type.

SkusListByResourceTypeRegistrationsNestedResourceTypeFirstViaIdentity(String, Func<HttpResponseMessage,Task<ISkuResourceArrayResponseWithContinuation>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Gets the list of skus for the given resource type.

SkusListByResourceTypeRegistrationsNestedResourceTypeSecond(String, String, String, String, String, Func<HttpResponseMessage,Task<ISkuResourceArrayResponseWithContinuation>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Gets the list of skus for the given resource type.

SkusListByResourceTypeRegistrationsNestedResourceTypeSecondViaIdentity(String, Func<HttpResponseMessage,Task<ISkuResourceArrayResponseWithContinuation>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Gets the list of skus for the given resource type.

SkusListByResourceTypeRegistrationsNestedResourceTypeThird(String, String, String, String, String, String, Func<HttpResponseMessage, Task<ISkuResourceArrayResponseWithContinuation>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Gets the list of skus for the given resource type.

SkusListByResourceTypeRegistrationsNestedResourceTypeThirdViaIdentity(String, Func<HttpResponseMessage,Task<ISkuResourceArrayResponseWithContinuation>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Gets the list of skus for the given resource type.

SkusListByResourceTypeRegistrationsViaIdentity(String, Func<HttpResponseMessage, Task<ISkuResourceArrayResponseWithContinuation>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Gets the list of skus for the given resource type.

Applies to