Accounts interface

واجهة تمثل حسابات.

الأساليب

beginCreateOrUpdate(string, string, Account, AccountsCreateOrUpdateOptionalParams)

إنشاء حساب

beginCreateOrUpdateAndWait(string, string, Account, AccountsCreateOrUpdateOptionalParams)

إنشاء حساب

beginDelete(string, string, AccountsDeleteOptionalParams)

حذف حساب

beginDeleteAndWait(string, string, AccountsDeleteOptionalParams)

حذف حساب

get(string, string, AccountsGetOptionalParams)

الحصول على حساب

listByResourceGroup(string, AccountsListByResourceGroupOptionalParams)

سرد موارد الحساب حسب مجموعة الموارد

listBySubscription(AccountsListBySubscriptionOptionalParams)

سرد موارد الحساب حسب معرف الاشتراك

update(string, string, AccountUpdate, AccountsUpdateOptionalParams)

تحديث حساب

تفاصيل الأسلوب

beginCreateOrUpdate(string, string, Account, AccountsCreateOrUpdateOptionalParams)

إنشاء حساب

function beginCreateOrUpdate(resourceGroupName: string, name: string, resource: Account, options?: AccountsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<Account>, Account>>

المعلمات

resourceGroupName

string

اسم مجموعة الموارد. الاسم غير حساس لحالة الأحرف.

name

string

اسم الحساب

resource
Account

معلمات إنشاء المورد.

options
AccountsCreateOrUpdateOptionalParams

معلمات الخيارات.

المرتجعات

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

beginCreateOrUpdateAndWait(string, string, Account, AccountsCreateOrUpdateOptionalParams)

إنشاء حساب

function beginCreateOrUpdateAndWait(resourceGroupName: string, name: string, resource: Account, options?: AccountsCreateOrUpdateOptionalParams): Promise<Account>

المعلمات

resourceGroupName

string

اسم مجموعة الموارد. الاسم غير حساس لحالة الأحرف.

name

string

اسم الحساب

resource
Account

معلمات إنشاء المورد.

options
AccountsCreateOrUpdateOptionalParams

معلمات الخيارات.

المرتجعات

Promise<Account>

beginDelete(string, string, AccountsDeleteOptionalParams)

حذف حساب

function beginDelete(resourceGroupName: string, name: string, options?: AccountsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

المعلمات

resourceGroupName

string

اسم مجموعة الموارد. الاسم غير حساس لحالة الأحرف.

name

string

اسم الحساب

options
AccountsDeleteOptionalParams

معلمات الخيارات.

المرتجعات

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

beginDeleteAndWait(string, string, AccountsDeleteOptionalParams)

حذف حساب

function beginDeleteAndWait(resourceGroupName: string, name: string, options?: AccountsDeleteOptionalParams): Promise<void>

المعلمات

resourceGroupName

string

اسم مجموعة الموارد. الاسم غير حساس لحالة الأحرف.

name

string

اسم الحساب

options
AccountsDeleteOptionalParams

معلمات الخيارات.

المرتجعات

Promise<void>

get(string, string, AccountsGetOptionalParams)

الحصول على حساب

function get(resourceGroupName: string, name: string, options?: AccountsGetOptionalParams): Promise<Account>

المعلمات

resourceGroupName

string

اسم مجموعة الموارد. الاسم غير حساس لحالة الأحرف.

name

string

اسم الحساب

options
AccountsGetOptionalParams

معلمات الخيارات.

المرتجعات

Promise<Account>

listByResourceGroup(string, AccountsListByResourceGroupOptionalParams)

سرد موارد الحساب حسب مجموعة الموارد

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

المعلمات

resourceGroupName

string

اسم مجموعة الموارد. الاسم غير حساس لحالة الأحرف.

options
AccountsListByResourceGroupOptionalParams

معلمات الخيارات.

المرتجعات

listBySubscription(AccountsListBySubscriptionOptionalParams)

سرد موارد الحساب حسب معرف الاشتراك

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

المعلمات

options
AccountsListBySubscriptionOptionalParams

معلمات الخيارات.

المرتجعات

update(string, string, AccountUpdate, AccountsUpdateOptionalParams)

تحديث حساب

function update(resourceGroupName: string, name: string, properties: AccountUpdate, options?: AccountsUpdateOptionalParams): Promise<Account>

المعلمات

resourceGroupName

string

اسم مجموعة الموارد. الاسم غير حساس لحالة الأحرف.

name

string

اسم الحساب

properties
AccountUpdate

خصائص المورد التي سيتم تحديثها.

options
AccountsUpdateOptionalParams

معلمات الخيارات.

المرتجعات

Promise<Account>