Aracılığıyla paylaş


SubscriptionFeatureRegistrations interface

SubscriptionFeatureRegistrations'ı temsil eden arabirim.

Yöntemler

createOrUpdate(string, string, SubscriptionFeatureRegistrationsCreateOrUpdateOptionalParams)

Özellik kaydı oluşturma veya güncelleştirme.

delete(string, string, SubscriptionFeatureRegistrationsDeleteOptionalParams)

Özellik kaydını siler

get(string, string, SubscriptionFeatureRegistrationsGetOptionalParams)

Özellik kaydı döndürür

listAllBySubscription(SubscriptionFeatureRegistrationsListAllBySubscriptionOptionalParams)

Verilen abonelik için abonelik özellik kayıtlarını döndürür.

listBySubscription(string, SubscriptionFeatureRegistrationsListBySubscriptionOptionalParams)

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ı.

Döndürülenler

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ı.

options
SubscriptionFeatureRegistrationsDeleteOptionalParams

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ı.

options
SubscriptionFeatureRegistrationsGetOptionalParams

Seçenekler parametreleri.

Döndürülenler

listAllBySubscription(SubscriptionFeatureRegistrationsListAllBySubscriptionOptionalParams)

Verilen abonelik için abonelik özellik kayıtlarını döndürür.

function listAllBySubscription(options?: SubscriptionFeatureRegistrationsListAllBySubscriptionOptionalParams): PagedAsyncIterableIterator<SubscriptionFeatureRegistration, SubscriptionFeatureRegistration[], PageSettings>

Parametreler

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ı.

Döndürülenler