次の方法で共有


DomainServices interface

DomainServices を表すインターフェイス。

メソッド

beginCreateOrUpdate(string, string, DomainService, DomainServicesCreateOrUpdateOptionalParams)

ドメイン サービスの作成操作では、指定したパラメーターを使用して新しいドメイン サービスが作成されます。 特定のサービスが既に存在する場合は、修正可能なプロパティが更新され、変更できないプロパティは変更されません。

beginCreateOrUpdateAndWait(string, string, DomainService, DomainServicesCreateOrUpdateOptionalParams)

ドメイン サービスの作成操作では、指定したパラメーターを使用して新しいドメイン サービスが作成されます。 特定のサービスが既に存在する場合は、修正可能なプロパティが更新され、変更できないプロパティは変更されません。

beginDelete(string, string, DomainServicesDeleteOptionalParams)

[ドメイン サービスの削除] 操作では、既存のドメイン サービスが削除されます。

beginDeleteAndWait(string, string, DomainServicesDeleteOptionalParams)

[ドメイン サービスの削除] 操作では、既存のドメイン サービスが削除されます。

beginUpdate(string, string, DomainService, DomainServicesUpdateOptionalParams)

[ドメイン サービスの更新] 操作を使用して、既存の展開を更新できます。 更新呼び出しでは、PATCH 本文に一覧表示されているプロパティのみがサポートされます。

beginUpdateAndWait(string, string, DomainService, DomainServicesUpdateOptionalParams)

[ドメイン サービスの更新] 操作を使用して、既存の展開を更新できます。 更新呼び出しでは、PATCH 本文に一覧表示されているプロパティのみがサポートされます。

get(string, string, DomainServicesGetOptionalParams)

ドメイン サービスの取得操作は、ドメイン サービスの json 表現を取得します。

list(DomainServicesListOptionalParams)

[サブスクリプション内のドメイン サービスの一覧表示] 操作には、指定されたサブスクリプションで使用可能なすべてのドメイン サービス (およびそのサブスクリプション内のすべてのリソース グループ) が一覧表示されます。

listByResourceGroup(string, DomainServicesListByResourceGroupOptionalParams)

[リソース グループ内のドメイン サービスの一覧表示] 操作には、指定されたリソース グループで使用できるすべてのドメイン サービスが一覧表示されます。

メソッドの詳細

beginCreateOrUpdate(string, string, DomainService, DomainServicesCreateOrUpdateOptionalParams)

ドメイン サービスの作成操作では、指定したパラメーターを使用して新しいドメイン サービスが作成されます。 特定のサービスが既に存在する場合は、修正可能なプロパティが更新され、変更できないプロパティは変更されません。

function beginCreateOrUpdate(resourceGroupName: string, domainServiceName: string, domainService: DomainService, options?: DomainServicesCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<DomainService>, DomainService>>

パラメーター

resourceGroupName

string

ユーザーのサブスクリプション内のリソース グループの名前。 名前の大文字と小文字は区別されます。

domainServiceName

string

ドメイン サービスの名前。

domainService
DomainService

ドメイン サービスの作成または更新操作に指定されたプロパティ。

options
DomainServicesCreateOrUpdateOptionalParams

options パラメーター。

戻り値

Promise<PollerLike<@azure/core-lro.PollOperationState<DomainService>, DomainService>>

beginCreateOrUpdateAndWait(string, string, DomainService, DomainServicesCreateOrUpdateOptionalParams)

ドメイン サービスの作成操作では、指定したパラメーターを使用して新しいドメイン サービスが作成されます。 特定のサービスが既に存在する場合は、修正可能なプロパティが更新され、変更できないプロパティは変更されません。

function beginCreateOrUpdateAndWait(resourceGroupName: string, domainServiceName: string, domainService: DomainService, options?: DomainServicesCreateOrUpdateOptionalParams): Promise<DomainService>

パラメーター

resourceGroupName

string

ユーザーのサブスクリプション内のリソース グループの名前。 名前の大文字と小文字は区別されます。

domainServiceName

string

ドメイン サービスの名前。

domainService
DomainService

ドメイン サービスの作成または更新操作に指定されたプロパティ。

options
DomainServicesCreateOrUpdateOptionalParams

options パラメーター。

戻り値

Promise<DomainService>

beginDelete(string, string, DomainServicesDeleteOptionalParams)

[ドメイン サービスの削除] 操作では、既存のドメイン サービスが削除されます。

function beginDelete(resourceGroupName: string, domainServiceName: string, options?: DomainServicesDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>

パラメーター

resourceGroupName

string

ユーザーのサブスクリプション内のリソース グループの名前。 名前の大文字と小文字は区別されます。

domainServiceName

string

ドメイン サービスの名前。

options
DomainServicesDeleteOptionalParams

options パラメーター。

戻り値

Promise<PollerLike<@azure/core-lro.PollOperationState<void>, void>>

beginDeleteAndWait(string, string, DomainServicesDeleteOptionalParams)

[ドメイン サービスの削除] 操作では、既存のドメイン サービスが削除されます。

function beginDeleteAndWait(resourceGroupName: string, domainServiceName: string, options?: DomainServicesDeleteOptionalParams): Promise<void>

パラメーター

resourceGroupName

string

ユーザーのサブスクリプション内のリソース グループの名前。 名前の大文字と小文字は区別されます。

domainServiceName

string

ドメイン サービスの名前。

options
DomainServicesDeleteOptionalParams

options パラメーター。

戻り値

Promise<void>

beginUpdate(string, string, DomainService, DomainServicesUpdateOptionalParams)

[ドメイン サービスの更新] 操作を使用して、既存の展開を更新できます。 更新呼び出しでは、PATCH 本文に一覧表示されているプロパティのみがサポートされます。

function beginUpdate(resourceGroupName: string, domainServiceName: string, domainService: DomainService, options?: DomainServicesUpdateOptionalParams): Promise<PollerLike<PollOperationState<DomainService>, DomainService>>

パラメーター

resourceGroupName

string

ユーザーのサブスクリプション内のリソース グループの名前。 名前の大文字と小文字は区別されます。

domainServiceName

string

ドメイン サービスの名前。

domainService
DomainService

[ドメイン サービスの更新] 操作に指定されたプロパティ。

options
DomainServicesUpdateOptionalParams

options パラメーター。

戻り値

Promise<PollerLike<@azure/core-lro.PollOperationState<DomainService>, DomainService>>

beginUpdateAndWait(string, string, DomainService, DomainServicesUpdateOptionalParams)

[ドメイン サービスの更新] 操作を使用して、既存の展開を更新できます。 更新呼び出しでは、PATCH 本文に一覧表示されているプロパティのみがサポートされます。

function beginUpdateAndWait(resourceGroupName: string, domainServiceName: string, domainService: DomainService, options?: DomainServicesUpdateOptionalParams): Promise<DomainService>

パラメーター

resourceGroupName

string

ユーザーのサブスクリプション内のリソース グループの名前。 名前の大文字と小文字は区別されます。

domainServiceName

string

ドメイン サービスの名前。

domainService
DomainService

[ドメイン サービスの更新] 操作に指定されたプロパティ。

options
DomainServicesUpdateOptionalParams

options パラメーター。

戻り値

Promise<DomainService>

get(string, string, DomainServicesGetOptionalParams)

ドメイン サービスの取得操作は、ドメイン サービスの json 表現を取得します。

function get(resourceGroupName: string, domainServiceName: string, options?: DomainServicesGetOptionalParams): Promise<DomainService>

パラメーター

resourceGroupName

string

ユーザーのサブスクリプション内のリソース グループの名前。 名前の大文字と小文字は区別されます。

domainServiceName

string

ドメイン サービスの名前。

options
DomainServicesGetOptionalParams

options パラメーター。

戻り値

Promise<DomainService>

list(DomainServicesListOptionalParams)

[サブスクリプション内のドメイン サービスの一覧表示] 操作には、指定されたサブスクリプションで使用可能なすべてのドメイン サービス (およびそのサブスクリプション内のすべてのリソース グループ) が一覧表示されます。

function list(options?: DomainServicesListOptionalParams): PagedAsyncIterableIterator<DomainService, DomainService[], PageSettings>

パラメーター

options
DomainServicesListOptionalParams

options パラメーター。

戻り値

listByResourceGroup(string, DomainServicesListByResourceGroupOptionalParams)

[リソース グループ内のドメイン サービスの一覧表示] 操作には、指定されたリソース グループで使用できるすべてのドメイン サービスが一覧表示されます。

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

パラメーター

resourceGroupName

string

ユーザーのサブスクリプション内のリソース グループの名前。 名前の大文字と小文字は区別されます。

options
DomainServicesListByResourceGroupOptionalParams

options パラメーター。

戻り値