AzureADOnlyAuthentications interface
Interface représentant une instance AzureADOnlyAuthentications.
Méthodes
| begin |
Créer ou mettre à jour une propriété d’authentification Azure Active Directory uniquement pour les espaces de travail |
| begin |
Créer ou mettre à jour une propriété d’authentification Azure Active Directory uniquement pour les espaces de travail |
| get(string, string, string, Azure |
Obtient une propriété d’authentification Azure Active Directory uniquement |
| list(string, string, Azure |
Obtient une liste de propriétés d’authentification Azure Active Directory uniquement pour un espace de travail |
Détails de la méthode
beginCreate(string, string, string, AzureADOnlyAuthentication, AzureADOnlyAuthenticationsCreateOptionalParams)
Créer ou mettre à jour une propriété d’authentification Azure Active Directory uniquement pour les espaces de travail
function beginCreate(resourceGroupName: string, workspaceName: string, azureADOnlyAuthenticationName: string, azureADOnlyAuthenticationInfo: AzureADOnlyAuthentication, options?: AzureADOnlyAuthenticationsCreateOptionalParams): Promise<PollerLike<PollOperationState<AzureADOnlyAuthentication>, AzureADOnlyAuthentication>>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- workspaceName
-
string
Nom de l’espace de travail.
- azureADOnlyAuthenticationName
-
string
nom de la propriété
- azureADOnlyAuthenticationInfo
- AzureADOnlyAuthentication
Azure Active Directory, propriété
Paramètres d’options.
Retours
Promise<PollerLike<@azure/core-lro.PollOperationState<AzureADOnlyAuthentication>, AzureADOnlyAuthentication>>
beginCreateAndWait(string, string, string, AzureADOnlyAuthentication, AzureADOnlyAuthenticationsCreateOptionalParams)
Créer ou mettre à jour une propriété d’authentification Azure Active Directory uniquement pour les espaces de travail
function beginCreateAndWait(resourceGroupName: string, workspaceName: string, azureADOnlyAuthenticationName: string, azureADOnlyAuthenticationInfo: AzureADOnlyAuthentication, options?: AzureADOnlyAuthenticationsCreateOptionalParams): Promise<AzureADOnlyAuthentication>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- workspaceName
-
string
Nom de l’espace de travail.
- azureADOnlyAuthenticationName
-
string
nom de la propriété
- azureADOnlyAuthenticationInfo
- AzureADOnlyAuthentication
Azure Active Directory, propriété
Paramètres d’options.
Retours
Promise<AzureADOnlyAuthentication>
get(string, string, string, AzureADOnlyAuthenticationsGetOptionalParams)
Obtient une propriété d’authentification Azure Active Directory uniquement
function get(resourceGroupName: string, workspaceName: string, azureADOnlyAuthenticationName: string, options?: AzureADOnlyAuthenticationsGetOptionalParams): Promise<AzureADOnlyAuthentication>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- workspaceName
-
string
Nom de l’espace de travail.
- azureADOnlyAuthenticationName
-
string
nom de la propriété
Paramètres d’options.
Retours
Promise<AzureADOnlyAuthentication>
list(string, string, AzureADOnlyAuthenticationsListOptionalParams)
Obtient une liste de propriétés d’authentification Azure Active Directory uniquement pour un espace de travail
function list(resourceGroupName: string, workspaceName: string, options?: AzureADOnlyAuthenticationsListOptionalParams): PagedAsyncIterableIterator<AzureADOnlyAuthentication, AzureADOnlyAuthentication[], PageSettings>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- workspaceName
-
string
Nom de l’espace de travail.
Paramètres d’options.