共用方式為


Providers interface

表示提供者的介面。

方法

get(string, ProvidersGetOptionalParams)

取得指定的資源提供者。

getAtTenantScope(string, ProvidersGetAtTenantScopeOptionalParams)

取得租使用者層級的指定資源提供者。

list(ProvidersListOptionalParams)

取得訂用帳戶的所有資源提供者。

listAtTenantScope(ProvidersListAtTenantScopeOptionalParams)

取得租使用者的所有資源提供者。

providerPermissions(string, ProvidersProviderPermissionsOptionalParams)

取得提供者許可權。

register(string, ProvidersRegisterOptionalParams)

向資源提供者註冊訂用帳戶。

registerAtManagementGroupScope(string, string, ProvidersRegisterAtManagementGroupScopeOptionalParams)

向資源提供者註冊管理群組。

unregister(string, ProvidersUnregisterOptionalParams)

從資源提供者取消註冊訂用帳戶。

方法詳細資料

get(string, ProvidersGetOptionalParams)

取得指定的資源提供者。

function get(resourceProviderNamespace: string, options?: ProvidersGetOptionalParams): Promise<Provider>

參數

resourceProviderNamespace

string

資源提供者的命名空間。

options
ProvidersGetOptionalParams

選項參數。

傳回

Promise<Provider>

getAtTenantScope(string, ProvidersGetAtTenantScopeOptionalParams)

取得租使用者層級的指定資源提供者。

function getAtTenantScope(resourceProviderNamespace: string, options?: ProvidersGetAtTenantScopeOptionalParams): Promise<Provider>

參數

resourceProviderNamespace

string

資源提供者的命名空間。

options
ProvidersGetAtTenantScopeOptionalParams

選項參數。

傳回

Promise<Provider>

list(ProvidersListOptionalParams)

取得訂用帳戶的所有資源提供者。

function list(options?: ProvidersListOptionalParams): PagedAsyncIterableIterator<Provider, Provider[], PageSettings>

參數

options
ProvidersListOptionalParams

選項參數。

傳回

listAtTenantScope(ProvidersListAtTenantScopeOptionalParams)

取得租使用者的所有資源提供者。

function listAtTenantScope(options?: ProvidersListAtTenantScopeOptionalParams): PagedAsyncIterableIterator<Provider, Provider[], PageSettings>

參數

傳回

providerPermissions(string, ProvidersProviderPermissionsOptionalParams)

取得提供者許可權。

function providerPermissions(resourceProviderNamespace: string, options?: ProvidersProviderPermissionsOptionalParams): Promise<ProviderPermissionListResult>

參數

resourceProviderNamespace

string

資源提供者的命名空間。

傳回

register(string, ProvidersRegisterOptionalParams)

向資源提供者註冊訂用帳戶。

function register(resourceProviderNamespace: string, options?: ProvidersRegisterOptionalParams): Promise<Provider>

參數

resourceProviderNamespace

string

要註冊之資源提供者的命名空間。

options
ProvidersRegisterOptionalParams

選項參數。

傳回

Promise<Provider>

registerAtManagementGroupScope(string, string, ProvidersRegisterAtManagementGroupScopeOptionalParams)

向資源提供者註冊管理群組。

function registerAtManagementGroupScope(resourceProviderNamespace: string, groupId: string, options?: ProvidersRegisterAtManagementGroupScopeOptionalParams): Promise<void>

參數

resourceProviderNamespace

string

要註冊之資源提供者的命名空間。

groupId

string

管理群組識別碼。

傳回

Promise<void>

unregister(string, ProvidersUnregisterOptionalParams)

從資源提供者取消註冊訂用帳戶。

function unregister(resourceProviderNamespace: string, options?: ProvidersUnregisterOptionalParams): Promise<Provider>

參數

resourceProviderNamespace

string

要取消註冊之資源提供者的命名空間。

options
ProvidersUnregisterOptionalParams

選項參數。

傳回

Promise<Provider>