Aracılığıyla paylaş


Accounts interface

Hesapları temsil eden arabirim.

Yöntemler

beginCreateAndUpdate(string, string, AccountResource, AccountsCreateAndUpdateOptionalParams)

Hesap kaynağı oluşturun veya güncelleştirin.

beginCreateAndUpdateAndWait(string, string, AccountResource, AccountsCreateAndUpdateOptionalParams)

Hesap kaynağı oluşturun veya güncelleştirin.

delete(string, string, AccountsDeleteOptionalParams)

Hesap kaynağını siler.

get(string, string, AccountsGetOptionalParams)

Belirli bir ad için hesap kaynağını döndürür.

listByResourceGroup(string, AccountsListByResourceGroupOptionalParams)

Hesap uygulamalarının listesini döndürür.

listBySubscription(AccountsListBySubscriptionOptionalParams)

Aboneliğe ait hesapların listesini döndürür.

update(string, string, AccountPatchResource, AccountsUpdateOptionalParams)

Hesap ayrıntılarını güncelleştirin.

Yöntem Ayrıntıları

beginCreateAndUpdate(string, string, AccountResource, AccountsCreateAndUpdateOptionalParams)

Hesap kaynağı oluşturun veya güncelleştirin.

function beginCreateAndUpdate(resourceGroupName: string, resourceName: string, accountResource: AccountResource, options?: AccountsCreateAndUpdateOptionalParams): Promise<SimplePollerLike<OperationState<AccountResource>, AccountResource>>

Parametreler

resourceGroupName

string

Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.

resourceName

string

Kaynağın adı.

accountResource
AccountResource

Hesap ayrıntıları.

options
AccountsCreateAndUpdateOptionalParams

Seçenekler parametreleri.

Döndürülenler

Promise<@azure/core-lro.SimplePollerLike<OperationState<AccountResource>, AccountResource>>

beginCreateAndUpdateAndWait(string, string, AccountResource, AccountsCreateAndUpdateOptionalParams)

Hesap kaynağı oluşturun veya güncelleştirin.

function beginCreateAndUpdateAndWait(resourceGroupName: string, resourceName: string, accountResource: AccountResource, options?: AccountsCreateAndUpdateOptionalParams): Promise<AccountResource>

Parametreler

resourceGroupName

string

Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.

resourceName

string

Kaynağın adı.

accountResource
AccountResource

Hesap ayrıntıları.

options
AccountsCreateAndUpdateOptionalParams

Seçenekler parametreleri.

Döndürülenler

Promise<AccountResource>

delete(string, string, AccountsDeleteOptionalParams)

Hesap kaynağını siler.

function delete(resourceGroupName: string, resourceName: string, options?: AccountsDeleteOptionalParams): Promise<void>

Parametreler

resourceGroupName

string

Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.

resourceName

string

Kaynağın adı.

options
AccountsDeleteOptionalParams

Seçenekler parametreleri.

Döndürülenler

Promise<void>

get(string, string, AccountsGetOptionalParams)

Belirli bir ad için hesap kaynağını döndürür.

function get(resourceGroupName: string, resourceName: string, options?: AccountsGetOptionalParams): Promise<AccountResource>

Parametreler

resourceGroupName

string

Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.

resourceName

string

Kaynağın adı.

options
AccountsGetOptionalParams

Seçenekler parametreleri.

Döndürülenler

Promise<AccountResource>

listByResourceGroup(string, AccountsListByResourceGroupOptionalParams)

Hesap uygulamalarının listesini döndürür.

function listByResourceGroup(resourceGroupName: string, options?: AccountsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<AccountResource, AccountResource[], PageSettings>

Parametreler

resourceGroupName

string

Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.

options
AccountsListByResourceGroupOptionalParams

Seçenekler parametreleri.

Döndürülenler

listBySubscription(AccountsListBySubscriptionOptionalParams)

Aboneliğe ait hesapların listesini döndürür.

function listBySubscription(options?: AccountsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<AccountResource, AccountResource[], PageSettings>

Parametreler

options
AccountsListBySubscriptionOptionalParams

Seçenekler parametreleri.

Döndürülenler

update(string, string, AccountPatchResource, AccountsUpdateOptionalParams)

Hesap ayrıntılarını güncelleştirin.

function update(resourceGroupName: string, resourceName: string, accountResource: AccountPatchResource, options?: AccountsUpdateOptionalParams): Promise<AccountResource>

Parametreler

resourceGroupName

string

Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.

resourceName

string

Kaynağın adı.

accountResource
AccountPatchResource

Hesap düzeltme eki ayrıntıları.

options
AccountsUpdateOptionalParams

Seçenekler parametreleri.

Döndürülenler

Promise<AccountResource>