ManagedInstanceAzureADOnlyAuthenticationsOperations interface
Interface representing a ManagedInstanceAzureADOnlyAuthentications operations.
屬性
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| create |
設定僅限伺服器 Active Directory 的認證屬性,或更新現有的伺服器僅限 Active Directory 認證屬性。 |
| delete | 刪除一個僅在 Active Directory 進行的現有伺服器認證屬性。 |
| get | 取得一個僅限 Azure Active Directory 的認證屬性。 |
| list |
會獲得一份僅限 Azure Active Directory 的伺服器認證清單。 |
屬性詳細資料
beginCreateOrUpdate
警告
此 API 現已淘汰。
use createOrUpdate instead
beginCreateOrUpdate: (resourceGroupName: string, managedInstanceName: string, authenticationName: string, parameters: ManagedInstanceAzureADOnlyAuthentication, options?: ManagedInstanceAzureADOnlyAuthenticationsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<ManagedInstanceAzureADOnlyAuthentication>, ManagedInstanceAzureADOnlyAuthentication>>
屬性值
(resourceGroupName: string, managedInstanceName: string, authenticationName: string, parameters: ManagedInstanceAzureADOnlyAuthentication, options?: ManagedInstanceAzureADOnlyAuthenticationsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<ManagedInstanceAzureADOnlyAuthentication>, ManagedInstanceAzureADOnlyAuthentication>>
beginCreateOrUpdateAndWait
警告
此 API 現已淘汰。
use createOrUpdate instead
beginCreateOrUpdateAndWait: (resourceGroupName: string, managedInstanceName: string, authenticationName: string, parameters: ManagedInstanceAzureADOnlyAuthentication, options?: ManagedInstanceAzureADOnlyAuthenticationsCreateOrUpdateOptionalParams) => Promise<ManagedInstanceAzureADOnlyAuthentication>
屬性值
(resourceGroupName: string, managedInstanceName: string, authenticationName: string, parameters: ManagedInstanceAzureADOnlyAuthentication, options?: ManagedInstanceAzureADOnlyAuthenticationsCreateOrUpdateOptionalParams) => Promise<ManagedInstanceAzureADOnlyAuthentication>
beginDelete
警告
此 API 現已淘汰。
use delete instead
beginDelete: (resourceGroupName: string, managedInstanceName: string, authenticationName: string, options?: ManagedInstanceAzureADOnlyAuthenticationsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
屬性值
(resourceGroupName: string, managedInstanceName: string, authenticationName: string, options?: ManagedInstanceAzureADOnlyAuthenticationsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait
警告
此 API 現已淘汰。
use delete instead
beginDeleteAndWait: (resourceGroupName: string, managedInstanceName: string, authenticationName: string, options?: ManagedInstanceAzureADOnlyAuthenticationsDeleteOptionalParams) => Promise<void>
屬性值
(resourceGroupName: string, managedInstanceName: string, authenticationName: string, options?: ManagedInstanceAzureADOnlyAuthenticationsDeleteOptionalParams) => Promise<void>
createOrUpdate
設定僅限伺服器 Active Directory 的認證屬性,或更新現有的伺服器僅限 Active Directory 認證屬性。
createOrUpdate: (resourceGroupName: string, managedInstanceName: string, authenticationName: string, parameters: ManagedInstanceAzureADOnlyAuthentication, options?: ManagedInstanceAzureADOnlyAuthenticationsCreateOrUpdateOptionalParams) => PollerLike<OperationState<ManagedInstanceAzureADOnlyAuthentication>, ManagedInstanceAzureADOnlyAuthentication>
屬性值
(resourceGroupName: string, managedInstanceName: string, authenticationName: string, parameters: ManagedInstanceAzureADOnlyAuthentication, options?: ManagedInstanceAzureADOnlyAuthenticationsCreateOrUpdateOptionalParams) => PollerLike<OperationState<ManagedInstanceAzureADOnlyAuthentication>, ManagedInstanceAzureADOnlyAuthentication>
delete
刪除一個僅在 Active Directory 進行的現有伺服器認證屬性。
delete: (resourceGroupName: string, managedInstanceName: string, authenticationName: string, options?: ManagedInstanceAzureADOnlyAuthenticationsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
屬性值
(resourceGroupName: string, managedInstanceName: string, authenticationName: string, options?: ManagedInstanceAzureADOnlyAuthenticationsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
取得一個僅限 Azure Active Directory 的認證屬性。
get: (resourceGroupName: string, managedInstanceName: string, authenticationName: string, options?: ManagedInstanceAzureADOnlyAuthenticationsGetOptionalParams) => Promise<ManagedInstanceAzureADOnlyAuthentication>
屬性值
(resourceGroupName: string, managedInstanceName: string, authenticationName: string, options?: ManagedInstanceAzureADOnlyAuthenticationsGetOptionalParams) => Promise<ManagedInstanceAzureADOnlyAuthentication>
listByInstance
會獲得一份僅限 Azure Active Directory 的伺服器認證清單。
listByInstance: (resourceGroupName: string, managedInstanceName: string, options?: ManagedInstanceAzureADOnlyAuthenticationsListByInstanceOptionalParams) => PagedAsyncIterableIterator<ManagedInstanceAzureADOnlyAuthentication, ManagedInstanceAzureADOnlyAuthentication[], PageSettings>
屬性值
(resourceGroupName: string, managedInstanceName: string, options?: ManagedInstanceAzureADOnlyAuthenticationsListByInstanceOptionalParams) => PagedAsyncIterableIterator<ManagedInstanceAzureADOnlyAuthentication, ManagedInstanceAzureADOnlyAuthentication[], PageSettings>