Sdílet prostřednictvím


SubscriptionFeatureRegistrations interface

Rozhraní představující SubscriptionFeatureRegistrations.

Metody

createOrUpdate(string, string, SubscriptionFeatureRegistrationsCreateOrUpdateOptionalParams)

Vytvoření nebo aktualizace registrace funkce

delete(string, string, SubscriptionFeatureRegistrationsDeleteOptionalParams)

Odstraní registraci funkce.

get(string, string, SubscriptionFeatureRegistrationsGetOptionalParams)

Vrátí registraci funkce.

listAllBySubscription(SubscriptionFeatureRegistrationsListAllBySubscriptionOptionalParams)

Vrátí registrace funkcí předplatného pro dané předplatné.

listBySubscription(string, SubscriptionFeatureRegistrationsListBySubscriptionOptionalParams)

Vrátí registrace funkcí předplatného pro daný obor názvů předplatného a poskytovatele.

Podrobnosti metody

createOrUpdate(string, string, SubscriptionFeatureRegistrationsCreateOrUpdateOptionalParams)

Vytvoření nebo aktualizace registrace funkce

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

Parametry

providerNamespace

string

Obor názvů zprostředkovatele.

featureName

string

Název funkce.

Návraty

delete(string, string, SubscriptionFeatureRegistrationsDeleteOptionalParams)

Odstraní registraci funkce.

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

Parametry

providerNamespace

string

Obor názvů zprostředkovatele.

featureName

string

Název funkce.

Návraty

Promise<void>

get(string, string, SubscriptionFeatureRegistrationsGetOptionalParams)

Vrátí registraci funkce.

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

Parametry

providerNamespace

string

Obor názvů zprostředkovatele.

featureName

string

Název funkce.

Návraty

listAllBySubscription(SubscriptionFeatureRegistrationsListAllBySubscriptionOptionalParams)

Vrátí registrace funkcí předplatného pro dané předplatné.

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

Parametry

Návraty

listBySubscription(string, SubscriptionFeatureRegistrationsListBySubscriptionOptionalParams)

Vrátí registrace funkcí předplatného pro daný obor názvů předplatného a poskytovatele.

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

Parametry

providerNamespace

string

Obor názvů zprostředkovatele.

Návraty