ServerAzureADOnlyAuthenticationsOperations interface
Interface reprezentující operace ServerAzureADOnlyAuthentications.
Vlastnosti
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| create |
Nastavuje autentizační vlastnost pouze pro server služba Active Directory nebo aktualizuje existující autentizační vlastnost serveru pouze v služba Active Directory. |
| delete | Smaže existující autentizační vlastnost serveru pouze pro služba Active Directory. |
| get | Získá specifickou autentizační vlastnost pouze v Azure Active Directory. |
| list |
Získá seznam autentizací pouze přes Azure Active Directory serveru. |
Podrobnosti vlastnosti
beginCreateOrUpdate
Upozornění
Toto rozhraní API je teď zastaralé.
use createOrUpdate instead
beginCreateOrUpdate: (resourceGroupName: string, serverName: string, authenticationName: string, parameters: ServerAzureADOnlyAuthentication, options?: ServerAzureADOnlyAuthenticationsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<ServerAzureADOnlyAuthentication>, ServerAzureADOnlyAuthentication>>
Hodnota vlastnosti
(resourceGroupName: string, serverName: string, authenticationName: string, parameters: ServerAzureADOnlyAuthentication, options?: ServerAzureADOnlyAuthenticationsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<ServerAzureADOnlyAuthentication>, ServerAzureADOnlyAuthentication>>
beginCreateOrUpdateAndWait
Upozornění
Toto rozhraní API je teď zastaralé.
use createOrUpdate instead
beginCreateOrUpdateAndWait: (resourceGroupName: string, serverName: string, authenticationName: string, parameters: ServerAzureADOnlyAuthentication, options?: ServerAzureADOnlyAuthenticationsCreateOrUpdateOptionalParams) => Promise<ServerAzureADOnlyAuthentication>
Hodnota vlastnosti
(resourceGroupName: string, serverName: string, authenticationName: string, parameters: ServerAzureADOnlyAuthentication, options?: ServerAzureADOnlyAuthenticationsCreateOrUpdateOptionalParams) => Promise<ServerAzureADOnlyAuthentication>
beginDelete
Upozornění
Toto rozhraní API je teď zastaralé.
use delete instead
beginDelete: (resourceGroupName: string, serverName: string, authenticationName: string, options?: ServerAzureADOnlyAuthenticationsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
Hodnota vlastnosti
(resourceGroupName: string, serverName: string, authenticationName: string, options?: ServerAzureADOnlyAuthenticationsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait
Upozornění
Toto rozhraní API je teď zastaralé.
use delete instead
beginDeleteAndWait: (resourceGroupName: string, serverName: string, authenticationName: string, options?: ServerAzureADOnlyAuthenticationsDeleteOptionalParams) => Promise<void>
Hodnota vlastnosti
(resourceGroupName: string, serverName: string, authenticationName: string, options?: ServerAzureADOnlyAuthenticationsDeleteOptionalParams) => Promise<void>
createOrUpdate
Nastavuje autentizační vlastnost pouze pro server služba Active Directory nebo aktualizuje existující autentizační vlastnost serveru pouze v služba Active Directory.
createOrUpdate: (resourceGroupName: string, serverName: string, authenticationName: string, parameters: ServerAzureADOnlyAuthentication, options?: ServerAzureADOnlyAuthenticationsCreateOrUpdateOptionalParams) => PollerLike<OperationState<ServerAzureADOnlyAuthentication>, ServerAzureADOnlyAuthentication>
Hodnota vlastnosti
(resourceGroupName: string, serverName: string, authenticationName: string, parameters: ServerAzureADOnlyAuthentication, options?: ServerAzureADOnlyAuthenticationsCreateOrUpdateOptionalParams) => PollerLike<OperationState<ServerAzureADOnlyAuthentication>, ServerAzureADOnlyAuthentication>
delete
Smaže existující autentizační vlastnost serveru pouze pro služba Active Directory.
delete: (resourceGroupName: string, serverName: string, authenticationName: string, options?: ServerAzureADOnlyAuthenticationsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
Hodnota vlastnosti
(resourceGroupName: string, serverName: string, authenticationName: string, options?: ServerAzureADOnlyAuthenticationsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
Získá specifickou autentizační vlastnost pouze v Azure Active Directory.
get: (resourceGroupName: string, serverName: string, authenticationName: string, options?: ServerAzureADOnlyAuthenticationsGetOptionalParams) => Promise<ServerAzureADOnlyAuthentication>
Hodnota vlastnosti
(resourceGroupName: string, serverName: string, authenticationName: string, options?: ServerAzureADOnlyAuthenticationsGetOptionalParams) => Promise<ServerAzureADOnlyAuthentication>
listByServer
Získá seznam autentizací pouze přes Azure Active Directory serveru.
listByServer: (resourceGroupName: string, serverName: string, options?: ServerAzureADOnlyAuthenticationsListByServerOptionalParams) => PagedAsyncIterableIterator<ServerAzureADOnlyAuthentication, ServerAzureADOnlyAuthentication[], PageSettings>
Hodnota vlastnosti
(resourceGroupName: string, serverName: string, options?: ServerAzureADOnlyAuthenticationsListByServerOptionalParams) => PagedAsyncIterableIterator<ServerAzureADOnlyAuthentication, ServerAzureADOnlyAuthentication[], PageSettings>