Sdílet prostřednictvím


AzureADOnlyAuthentications interface

Rozhraní představující AzureADOnlyAuthentications

Metody

beginCreate(string, string, string, AzureADOnlyAuthentication, AzureADOnlyAuthenticationsCreateOptionalParams)

Vytvoření nebo aktualizace vlastnosti ověřování pouze pro pracovní prostory Azure Active Directory

beginCreateAndWait(string, string, string, AzureADOnlyAuthentication, AzureADOnlyAuthenticationsCreateOptionalParams)

Vytvoření nebo aktualizace vlastnosti ověřování pouze pro pracovní prostory Azure Active Directory

get(string, string, string, AzureADOnlyAuthenticationsGetOptionalParams)

Získá pouze vlastnost ověřování Azure Active Directory.

list(string, string, AzureADOnlyAuthenticationsListOptionalParams)

Získá seznam vlastnosti ověřování pouze pro Azure Active Directory pro pracovní prostor.

Podrobnosti metody

beginCreate(string, string, string, AzureADOnlyAuthentication, AzureADOnlyAuthenticationsCreateOptionalParams)

Vytvoření nebo aktualizace vlastnosti ověřování pouze pro pracovní prostory Azure Active Directory

function beginCreate(resourceGroupName: string, workspaceName: string, azureADOnlyAuthenticationName: string, azureADOnlyAuthenticationInfo: AzureADOnlyAuthentication, options?: AzureADOnlyAuthenticationsCreateOptionalParams): Promise<PollerLike<PollOperationState<AzureADOnlyAuthentication>, AzureADOnlyAuthentication>>

Parametry

resourceGroupName

string

Název skupiny prostředků. Název nerozlišuje malá a velká písmena.

workspaceName

string

Název pracovního prostoru.

azureADOnlyAuthenticationName

string

název vlastnosti

azureADOnlyAuthenticationInfo
AzureADOnlyAuthentication

Vlastnost Azure Active Directory

options
AzureADOnlyAuthenticationsCreateOptionalParams

Parametry možností.

Návraty

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

beginCreateAndWait(string, string, string, AzureADOnlyAuthentication, AzureADOnlyAuthenticationsCreateOptionalParams)

Vytvoření nebo aktualizace vlastnosti ověřování pouze pro pracovní prostory Azure Active Directory

function beginCreateAndWait(resourceGroupName: string, workspaceName: string, azureADOnlyAuthenticationName: string, azureADOnlyAuthenticationInfo: AzureADOnlyAuthentication, options?: AzureADOnlyAuthenticationsCreateOptionalParams): Promise<AzureADOnlyAuthentication>

Parametry

resourceGroupName

string

Název skupiny prostředků. Název nerozlišuje malá a velká písmena.

workspaceName

string

Název pracovního prostoru.

azureADOnlyAuthenticationName

string

název vlastnosti

azureADOnlyAuthenticationInfo
AzureADOnlyAuthentication

Vlastnost Azure Active Directory

options
AzureADOnlyAuthenticationsCreateOptionalParams

Parametry možností.

Návraty

get(string, string, string, AzureADOnlyAuthenticationsGetOptionalParams)

Získá pouze vlastnost ověřování Azure Active Directory.

function get(resourceGroupName: string, workspaceName: string, azureADOnlyAuthenticationName: string, options?: AzureADOnlyAuthenticationsGetOptionalParams): Promise<AzureADOnlyAuthentication>

Parametry

resourceGroupName

string

Název skupiny prostředků. Název nerozlišuje malá a velká písmena.

workspaceName

string

Název pracovního prostoru.

azureADOnlyAuthenticationName

string

název vlastnosti

options
AzureADOnlyAuthenticationsGetOptionalParams

Parametry možností.

Návraty

list(string, string, AzureADOnlyAuthenticationsListOptionalParams)

Získá seznam vlastnosti ověřování pouze pro Azure Active Directory pro pracovní prostor.

function list(resourceGroupName: string, workspaceName: string, options?: AzureADOnlyAuthenticationsListOptionalParams): PagedAsyncIterableIterator<AzureADOnlyAuthentication, AzureADOnlyAuthentication[], PageSettings>

Parametry

resourceGroupName

string

Název skupiny prostředků. Název nerozlišuje malá a velká písmena.

workspaceName

string

Název pracovního prostoru.

options
AzureADOnlyAuthenticationsListOptionalParams

Parametry možností.

Návraty