次の方法で共有


ServerAzureADOnlyAuthentications interface

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

メソッド

beginCreateOrUpdate(string, string, string, ServerAzureADOnlyAuthentication, ServerAzureADOnlyAuthenticationsCreateOrUpdateOptionalParams)

サーバー Active Directory のみの認証プロパティを設定するか、既存のサーバー Active Directory のみの認証プロパティを更新します。

beginCreateOrUpdateAndWait(string, string, string, ServerAzureADOnlyAuthentication, ServerAzureADOnlyAuthenticationsCreateOrUpdateOptionalParams)

サーバー Active Directory のみの認証プロパティを設定するか、既存のサーバー Active Directory のみの認証プロパティを更新します。

beginDelete(string, string, string, ServerAzureADOnlyAuthenticationsDeleteOptionalParams)

既存のサーバー Active Directory のみの認証プロパティを削除します。

beginDeleteAndWait(string, string, string, ServerAzureADOnlyAuthenticationsDeleteOptionalParams)

既存のサーバー Active Directory のみの認証プロパティを削除します。

get(string, string, string, ServerAzureADOnlyAuthenticationsGetOptionalParams)

特定の Azure Active Directory のみの認証プロパティを取得します。

listByServer(string, string, ServerAzureADOnlyAuthenticationsListByServerOptionalParams)

サーバー Azure Active Directory のみの認証の一覧を取得します。

メソッドの詳細

beginCreateOrUpdate(string, string, string, ServerAzureADOnlyAuthentication, ServerAzureADOnlyAuthenticationsCreateOrUpdateOptionalParams)

サーバー Active Directory のみの認証プロパティを設定するか、既存のサーバー Active Directory のみの認証プロパティを更新します。

function beginCreateOrUpdate(resourceGroupName: string, serverName: string, authenticationName: string, parameters: ServerAzureADOnlyAuthentication, options?: ServerAzureADOnlyAuthenticationsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ServerAzureADOnlyAuthentication>, ServerAzureADOnlyAuthentication>>

パラメーター

resourceGroupName

string

リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。

serverName

string

サーバーの名前。

authenticationName

string

サーバー Azure Active Directory のみの認証の名前。

parameters
ServerAzureADOnlyAuthentication

Active Directory のみの認証プロパティを作成または更新するために必要なパラメーター。

options
ServerAzureADOnlyAuthenticationsCreateOrUpdateOptionalParams

options パラメーター。

戻り値

beginCreateOrUpdateAndWait(string, string, string, ServerAzureADOnlyAuthentication, ServerAzureADOnlyAuthenticationsCreateOrUpdateOptionalParams)

サーバー Active Directory のみの認証プロパティを設定するか、既存のサーバー Active Directory のみの認証プロパティを更新します。

function beginCreateOrUpdateAndWait(resourceGroupName: string, serverName: string, authenticationName: string, parameters: ServerAzureADOnlyAuthentication, options?: ServerAzureADOnlyAuthenticationsCreateOrUpdateOptionalParams): Promise<ServerAzureADOnlyAuthentication>

パラメーター

resourceGroupName

string

リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。

serverName

string

サーバーの名前。

authenticationName

string

サーバー Azure Active Directory のみの認証の名前。

parameters
ServerAzureADOnlyAuthentication

Active Directory のみの認証プロパティを作成または更新するために必要なパラメーター。

options
ServerAzureADOnlyAuthenticationsCreateOrUpdateOptionalParams

options パラメーター。

戻り値

beginDelete(string, string, string, ServerAzureADOnlyAuthenticationsDeleteOptionalParams)

既存のサーバー Active Directory のみの認証プロパティを削除します。

function beginDelete(resourceGroupName: string, serverName: string, authenticationName: string, options?: ServerAzureADOnlyAuthenticationsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

パラメーター

resourceGroupName

string

リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。

serverName

string

サーバーの名前。

authenticationName

string

サーバー Azure Active Directory のみの認証の名前。

options
ServerAzureADOnlyAuthenticationsDeleteOptionalParams

options パラメーター。

戻り値

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

beginDeleteAndWait(string, string, string, ServerAzureADOnlyAuthenticationsDeleteOptionalParams)

既存のサーバー Active Directory のみの認証プロパティを削除します。

function beginDeleteAndWait(resourceGroupName: string, serverName: string, authenticationName: string, options?: ServerAzureADOnlyAuthenticationsDeleteOptionalParams): Promise<void>

パラメーター

resourceGroupName

string

リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。

serverName

string

サーバーの名前。

authenticationName

string

サーバー Azure Active Directory のみの認証の名前。

options
ServerAzureADOnlyAuthenticationsDeleteOptionalParams

options パラメーター。

戻り値

Promise<void>

get(string, string, string, ServerAzureADOnlyAuthenticationsGetOptionalParams)

特定の Azure Active Directory のみの認証プロパティを取得します。

function get(resourceGroupName: string, serverName: string, authenticationName: string, options?: ServerAzureADOnlyAuthenticationsGetOptionalParams): Promise<ServerAzureADOnlyAuthentication>

パラメーター

resourceGroupName

string

リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。

serverName

string

サーバーの名前。

authenticationName

string

サーバー Azure Active Directory のみの認証の名前。

options
ServerAzureADOnlyAuthenticationsGetOptionalParams

options パラメーター。

戻り値

listByServer(string, string, ServerAzureADOnlyAuthenticationsListByServerOptionalParams)

サーバー Azure Active Directory のみの認証の一覧を取得します。

function listByServer(resourceGroupName: string, serverName: string, options?: ServerAzureADOnlyAuthenticationsListByServerOptionalParams): PagedAsyncIterableIterator<ServerAzureADOnlyAuthentication, ServerAzureADOnlyAuthentication[], PageSettings>

パラメーター

resourceGroupName

string

リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。

serverName

string

サーバーの名前。

options
ServerAzureADOnlyAuthenticationsListByServerOptionalParams

options パラメーター。

戻り値