SubscriptionFeatureRegistrations interface
SubscriptionFeatureRegistrations'ı temsil eden arabirim.
Yöntemler
| create |
Özellik kaydı oluşturma veya güncelleştirme. |
| delete(string, string, Subscription |
Özellik kaydını siler |
| get(string, string, Subscription |
Özellik kaydı döndürür |
| list |
Verilen abonelik için abonelik özellik kayıtlarını döndürür. |
| list |
Verilen abonelik ve sağlayıcı ad alanı için abonelik özelliği kayıtlarını döndürür. |
Yöntem Ayrıntıları
createOrUpdate(string, string, SubscriptionFeatureRegistrationsCreateOrUpdateOptionalParams)
Özellik kaydı oluşturma veya güncelleştirme.
function createOrUpdate(providerNamespace: string, featureName: string, options?: SubscriptionFeatureRegistrationsCreateOrUpdateOptionalParams): Promise<SubscriptionFeatureRegistration>
Parametreler
- providerNamespace
-
string
Sağlayıcı ad alanı.
- featureName
-
string
Özellik adı.
Seçenekler parametreleri.
Döndürülenler
Promise<SubscriptionFeatureRegistration>
delete(string, string, SubscriptionFeatureRegistrationsDeleteOptionalParams)
Özellik kaydını siler
function delete(providerNamespace: string, featureName: string, options?: SubscriptionFeatureRegistrationsDeleteOptionalParams): Promise<void>
Parametreler
- providerNamespace
-
string
Sağlayıcı ad alanı.
- featureName
-
string
Özellik adı.
Seçenekler parametreleri.
Döndürülenler
Promise<void>
get(string, string, SubscriptionFeatureRegistrationsGetOptionalParams)
Özellik kaydı döndürür
function get(providerNamespace: string, featureName: string, options?: SubscriptionFeatureRegistrationsGetOptionalParams): Promise<SubscriptionFeatureRegistration>
Parametreler
- providerNamespace
-
string
Sağlayıcı ad alanı.
- featureName
-
string
Özellik adı.
Seçenekler parametreleri.
Döndürülenler
Promise<SubscriptionFeatureRegistration>
listAllBySubscription(SubscriptionFeatureRegistrationsListAllBySubscriptionOptionalParams)
Verilen abonelik için abonelik özellik kayıtlarını döndürür.
function listAllBySubscription(options?: SubscriptionFeatureRegistrationsListAllBySubscriptionOptionalParams): PagedAsyncIterableIterator<SubscriptionFeatureRegistration, SubscriptionFeatureRegistration[], PageSettings>
Parametreler
Seçenekler parametreleri.
Döndürülenler
listBySubscription(string, SubscriptionFeatureRegistrationsListBySubscriptionOptionalParams)
Verilen abonelik ve sağlayıcı ad alanı için abonelik özelliği kayıtlarını döndürür.
function listBySubscription(providerNamespace: string, options?: SubscriptionFeatureRegistrationsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<SubscriptionFeatureRegistration, SubscriptionFeatureRegistration[], PageSettings>
Parametreler
- providerNamespace
-
string
Sağlayıcı ad alanı.
Seçenekler parametreleri.