AzureADOnlyAuthentications interface
Interface que representa um AzureADOnlyAuthentications.
Métodos
| begin |
Criar ou atualizar uma propriedade de autenticação somente do Ative Directory do Azure para os espaços de trabalho |
| begin |
Criar ou atualizar uma propriedade de autenticação somente do Ative Directory do Azure para os espaços de trabalho |
| get(string, string, string, Azure |
Obtém uma propriedade de autenticação somente do Ative Directory do Azure |
| list(string, string, Azure |
Obtém uma lista da propriedade de autenticação somente do Ative Directory do Azure para um espaço de trabalho |
Detalhes de Método
beginCreate(string, string, string, AzureADOnlyAuthentication, AzureADOnlyAuthenticationsCreateOptionalParams)
Criar ou atualizar uma propriedade de autenticação somente do Ative Directory do Azure para os espaços de trabalho
function beginCreate(resourceGroupName: string, workspaceName: string, azureADOnlyAuthenticationName: string, azureADOnlyAuthenticationInfo: AzureADOnlyAuthentication, options?: AzureADOnlyAuthenticationsCreateOptionalParams): Promise<PollerLike<PollOperationState<AzureADOnlyAuthentication>, AzureADOnlyAuthentication>>
Parâmetros
- resourceGroupName
-
string
O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.
- workspaceName
-
string
O nome do espaço de trabalho.
- azureADOnlyAuthenticationName
-
string
Nome do imóvel
- azureADOnlyAuthenticationInfo
- AzureADOnlyAuthentication
Propriedade do Azure Ative Directory
Os parâmetros de opções.
Devoluções
Promise<PollerLike<@azure/core-lro.PollOperationState<AzureADOnlyAuthentication>, AzureADOnlyAuthentication>>
beginCreateAndWait(string, string, string, AzureADOnlyAuthentication, AzureADOnlyAuthenticationsCreateOptionalParams)
Criar ou atualizar uma propriedade de autenticação somente do Ative Directory do Azure para os espaços de trabalho
function beginCreateAndWait(resourceGroupName: string, workspaceName: string, azureADOnlyAuthenticationName: string, azureADOnlyAuthenticationInfo: AzureADOnlyAuthentication, options?: AzureADOnlyAuthenticationsCreateOptionalParams): Promise<AzureADOnlyAuthentication>
Parâmetros
- resourceGroupName
-
string
O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.
- workspaceName
-
string
O nome do espaço de trabalho.
- azureADOnlyAuthenticationName
-
string
Nome do imóvel
- azureADOnlyAuthenticationInfo
- AzureADOnlyAuthentication
Propriedade do Azure Ative Directory
Os parâmetros de opções.
Devoluções
Promise<AzureADOnlyAuthentication>
get(string, string, string, AzureADOnlyAuthenticationsGetOptionalParams)
Obtém uma propriedade de autenticação somente do Ative Directory do Azure
function get(resourceGroupName: string, workspaceName: string, azureADOnlyAuthenticationName: string, options?: AzureADOnlyAuthenticationsGetOptionalParams): Promise<AzureADOnlyAuthentication>
Parâmetros
- resourceGroupName
-
string
O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.
- workspaceName
-
string
O nome do espaço de trabalho.
- azureADOnlyAuthenticationName
-
string
Nome do imóvel
Os parâmetros de opções.
Devoluções
Promise<AzureADOnlyAuthentication>
list(string, string, AzureADOnlyAuthenticationsListOptionalParams)
Obtém uma lista da propriedade de autenticação somente do Ative Directory do Azure para um espaço de trabalho
function list(resourceGroupName: string, workspaceName: string, options?: AzureADOnlyAuthenticationsListOptionalParams): PagedAsyncIterableIterator<AzureADOnlyAuthentication, AzureADOnlyAuthentication[], PageSettings>
Parâmetros
- resourceGroupName
-
string
O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.
- workspaceName
-
string
O nome do espaço de trabalho.
Os parâmetros de opções.