Freigeben über


SubscriptionFeatureRegistrations interface

Schnittstelle, die eine SubscriptionFeatureRegistrations darstellt.

Methoden

createOrUpdate(string, string, SubscriptionFeatureRegistrationsCreateOrUpdateOptionalParams)

Erstellen oder Aktualisieren einer Featureregistrierung.

delete(string, string, SubscriptionFeatureRegistrationsDeleteOptionalParams)

Löscht eine Featureregistrierung

get(string, string, SubscriptionFeatureRegistrationsGetOptionalParams)

Gibt eine Featureregistrierung zurück

listAllBySubscription(SubscriptionFeatureRegistrationsListAllBySubscriptionOptionalParams)

Gibt Abonnementfeatureregistrierungen für das jeweilige Abonnement zurück.

listBySubscription(string, SubscriptionFeatureRegistrationsListBySubscriptionOptionalParams)

Gibt Abonnementfeatureregistrierungen für den angegebenen Abonnement- und Anbieternamespace zurück.

Details zur Methode

createOrUpdate(string, string, SubscriptionFeatureRegistrationsCreateOrUpdateOptionalParams)

Erstellen oder Aktualisieren einer Featureregistrierung.

function createOrUpdate(providerNamespace: string, featureName: string, options?: SubscriptionFeatureRegistrationsCreateOrUpdateOptionalParams): Promise<SubscriptionFeatureRegistration>

Parameter

providerNamespace

string

Der Anbieternamespace.

featureName

string

Der Featurename.

Gibt zurück

delete(string, string, SubscriptionFeatureRegistrationsDeleteOptionalParams)

Löscht eine Featureregistrierung

function delete(providerNamespace: string, featureName: string, options?: SubscriptionFeatureRegistrationsDeleteOptionalParams): Promise<void>

Parameter

providerNamespace

string

Der Anbieternamespace.

featureName

string

Der Featurename.

Gibt zurück

Promise<void>

get(string, string, SubscriptionFeatureRegistrationsGetOptionalParams)

Gibt eine Featureregistrierung zurück

function get(providerNamespace: string, featureName: string, options?: SubscriptionFeatureRegistrationsGetOptionalParams): Promise<SubscriptionFeatureRegistration>

Parameter

providerNamespace

string

Der Anbieternamespace.

featureName

string

Der Featurename.

Gibt zurück

listAllBySubscription(SubscriptionFeatureRegistrationsListAllBySubscriptionOptionalParams)

Gibt Abonnementfeatureregistrierungen für das jeweilige Abonnement zurück.

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

Parameter

Gibt zurück

listBySubscription(string, SubscriptionFeatureRegistrationsListBySubscriptionOptionalParams)

Gibt Abonnementfeatureregistrierungen für den angegebenen Abonnement- und Anbieternamespace zurück.

function listBySubscription(providerNamespace: string, options?: SubscriptionFeatureRegistrationsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<SubscriptionFeatureRegistration, SubscriptionFeatureRegistration[], PageSettings>

Parameter

providerNamespace

string

Der Anbieternamespace.

Gibt zurück