ServerAzureADOnlyAuthenticationsOperations interface
Interface representing a ServerAzureADOnlyAuthentications operations.
Properties
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| create |
Sets Server Active Directory only authentication property or updates an existing server Active Directory only authentication property. |
| delete | Deletes an existing server Active Directory only authentication property. |
| get | Gets a specific Azure Active Directory only authentication property. |
| list |
Gets a list of server Azure Active Directory only authentications. |
Property Details
beginCreateOrUpdate
Warning
This API is now deprecated.
use createOrUpdate instead
beginCreateOrUpdate: (resourceGroupName: string, serverName: string, authenticationName: string, parameters: ServerAzureADOnlyAuthentication, options?: ServerAzureADOnlyAuthenticationsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<ServerAzureADOnlyAuthentication>, ServerAzureADOnlyAuthentication>>
Property Value
(resourceGroupName: string, serverName: string, authenticationName: string, parameters: ServerAzureADOnlyAuthentication, options?: ServerAzureADOnlyAuthenticationsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<ServerAzureADOnlyAuthentication>, ServerAzureADOnlyAuthentication>>
beginCreateOrUpdateAndWait
Warning
This API is now deprecated.
use createOrUpdate instead
beginCreateOrUpdateAndWait: (resourceGroupName: string, serverName: string, authenticationName: string, parameters: ServerAzureADOnlyAuthentication, options?: ServerAzureADOnlyAuthenticationsCreateOrUpdateOptionalParams) => Promise<ServerAzureADOnlyAuthentication>
Property Value
(resourceGroupName: string, serverName: string, authenticationName: string, parameters: ServerAzureADOnlyAuthentication, options?: ServerAzureADOnlyAuthenticationsCreateOrUpdateOptionalParams) => Promise<ServerAzureADOnlyAuthentication>
beginDelete
Warning
This API is now deprecated.
use delete instead
beginDelete: (resourceGroupName: string, serverName: string, authenticationName: string, options?: ServerAzureADOnlyAuthenticationsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
Property Value
(resourceGroupName: string, serverName: string, authenticationName: string, options?: ServerAzureADOnlyAuthenticationsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait
Warning
This API is now deprecated.
use delete instead
beginDeleteAndWait: (resourceGroupName: string, serverName: string, authenticationName: string, options?: ServerAzureADOnlyAuthenticationsDeleteOptionalParams) => Promise<void>
Property Value
(resourceGroupName: string, serverName: string, authenticationName: string, options?: ServerAzureADOnlyAuthenticationsDeleteOptionalParams) => Promise<void>
createOrUpdate
Sets Server Active Directory only authentication property or updates an existing server Active Directory only authentication property.
createOrUpdate: (resourceGroupName: string, serverName: string, authenticationName: string, parameters: ServerAzureADOnlyAuthentication, options?: ServerAzureADOnlyAuthenticationsCreateOrUpdateOptionalParams) => PollerLike<OperationState<ServerAzureADOnlyAuthentication>, ServerAzureADOnlyAuthentication>
Property Value
(resourceGroupName: string, serverName: string, authenticationName: string, parameters: ServerAzureADOnlyAuthentication, options?: ServerAzureADOnlyAuthenticationsCreateOrUpdateOptionalParams) => PollerLike<OperationState<ServerAzureADOnlyAuthentication>, ServerAzureADOnlyAuthentication>
delete
Deletes an existing server Active Directory only authentication property.
delete: (resourceGroupName: string, serverName: string, authenticationName: string, options?: ServerAzureADOnlyAuthenticationsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
Property Value
(resourceGroupName: string, serverName: string, authenticationName: string, options?: ServerAzureADOnlyAuthenticationsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
Gets a specific Azure Active Directory only authentication property.
get: (resourceGroupName: string, serverName: string, authenticationName: string, options?: ServerAzureADOnlyAuthenticationsGetOptionalParams) => Promise<ServerAzureADOnlyAuthentication>
Property Value
(resourceGroupName: string, serverName: string, authenticationName: string, options?: ServerAzureADOnlyAuthenticationsGetOptionalParams) => Promise<ServerAzureADOnlyAuthentication>
listByServer
Gets a list of server Azure Active Directory only authentications.
listByServer: (resourceGroupName: string, serverName: string, options?: ServerAzureADOnlyAuthenticationsListByServerOptionalParams) => PagedAsyncIterableIterator<ServerAzureADOnlyAuthentication, ServerAzureADOnlyAuthentication[], PageSettings>
Property Value
(resourceGroupName: string, serverName: string, options?: ServerAzureADOnlyAuthenticationsListByServerOptionalParams) => PagedAsyncIterableIterator<ServerAzureADOnlyAuthentication, ServerAzureADOnlyAuthentication[], PageSettings>