ManagedInstanceAzureADOnlyAuthenticationsOperations interface
A ManagedInstanceAzureADOnlyAuthentications műveleteket reprezentáló interfész.
Tulajdonságok
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| create |
A Server Active Directory hitelesítési tulajdonságát állítja be, vagy frissíti a meglévő szerver Active Directory hitelesítési tulajdonságát. |
| delete | Törli egy meglévő szerver Active Directory hitelesítési tulajdonságát. |
| get | Csak Azure Active Directory hitelesítési tulajdonságot kap. |
| list |
Megkapja a szerverek Azure Active Directory hitelesítéseinek listáját. |
Tulajdonság adatai
beginCreateOrUpdate
Figyelmeztetés
Ez az API már elavult.
use createOrUpdate instead
beginCreateOrUpdate: (resourceGroupName: string, managedInstanceName: string, authenticationName: string, parameters: ManagedInstanceAzureADOnlyAuthentication, options?: ManagedInstanceAzureADOnlyAuthenticationsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<ManagedInstanceAzureADOnlyAuthentication>, ManagedInstanceAzureADOnlyAuthentication>>
Tulajdonság értéke
(resourceGroupName: string, managedInstanceName: string, authenticationName: string, parameters: ManagedInstanceAzureADOnlyAuthentication, options?: ManagedInstanceAzureADOnlyAuthenticationsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<ManagedInstanceAzureADOnlyAuthentication>, ManagedInstanceAzureADOnlyAuthentication>>
beginCreateOrUpdateAndWait
Figyelmeztetés
Ez az API már elavult.
use createOrUpdate instead
beginCreateOrUpdateAndWait: (resourceGroupName: string, managedInstanceName: string, authenticationName: string, parameters: ManagedInstanceAzureADOnlyAuthentication, options?: ManagedInstanceAzureADOnlyAuthenticationsCreateOrUpdateOptionalParams) => Promise<ManagedInstanceAzureADOnlyAuthentication>
Tulajdonság értéke
(resourceGroupName: string, managedInstanceName: string, authenticationName: string, parameters: ManagedInstanceAzureADOnlyAuthentication, options?: ManagedInstanceAzureADOnlyAuthenticationsCreateOrUpdateOptionalParams) => Promise<ManagedInstanceAzureADOnlyAuthentication>
beginDelete
Figyelmeztetés
Ez az API már elavult.
use delete instead
beginDelete: (resourceGroupName: string, managedInstanceName: string, authenticationName: string, options?: ManagedInstanceAzureADOnlyAuthenticationsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
Tulajdonság értéke
(resourceGroupName: string, managedInstanceName: string, authenticationName: string, options?: ManagedInstanceAzureADOnlyAuthenticationsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait
Figyelmeztetés
Ez az API már elavult.
use delete instead
beginDeleteAndWait: (resourceGroupName: string, managedInstanceName: string, authenticationName: string, options?: ManagedInstanceAzureADOnlyAuthenticationsDeleteOptionalParams) => Promise<void>
Tulajdonság értéke
(resourceGroupName: string, managedInstanceName: string, authenticationName: string, options?: ManagedInstanceAzureADOnlyAuthenticationsDeleteOptionalParams) => Promise<void>
createOrUpdate
A Server Active Directory hitelesítési tulajdonságát állítja be, vagy frissíti a meglévő szerver Active Directory hitelesítési tulajdonságát.
createOrUpdate: (resourceGroupName: string, managedInstanceName: string, authenticationName: string, parameters: ManagedInstanceAzureADOnlyAuthentication, options?: ManagedInstanceAzureADOnlyAuthenticationsCreateOrUpdateOptionalParams) => PollerLike<OperationState<ManagedInstanceAzureADOnlyAuthentication>, ManagedInstanceAzureADOnlyAuthentication>
Tulajdonság értéke
(resourceGroupName: string, managedInstanceName: string, authenticationName: string, parameters: ManagedInstanceAzureADOnlyAuthentication, options?: ManagedInstanceAzureADOnlyAuthenticationsCreateOrUpdateOptionalParams) => PollerLike<OperationState<ManagedInstanceAzureADOnlyAuthentication>, ManagedInstanceAzureADOnlyAuthentication>
delete
Törli egy meglévő szerver Active Directory hitelesítési tulajdonságát.
delete: (resourceGroupName: string, managedInstanceName: string, authenticationName: string, options?: ManagedInstanceAzureADOnlyAuthenticationsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
Tulajdonság értéke
(resourceGroupName: string, managedInstanceName: string, authenticationName: string, options?: ManagedInstanceAzureADOnlyAuthenticationsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
Csak Azure Active Directory hitelesítési tulajdonságot kap.
get: (resourceGroupName: string, managedInstanceName: string, authenticationName: string, options?: ManagedInstanceAzureADOnlyAuthenticationsGetOptionalParams) => Promise<ManagedInstanceAzureADOnlyAuthentication>
Tulajdonság értéke
(resourceGroupName: string, managedInstanceName: string, authenticationName: string, options?: ManagedInstanceAzureADOnlyAuthenticationsGetOptionalParams) => Promise<ManagedInstanceAzureADOnlyAuthentication>
listByInstance
Megkapja a szerverek Azure Active Directory hitelesítéseinek listáját.
listByInstance: (resourceGroupName: string, managedInstanceName: string, options?: ManagedInstanceAzureADOnlyAuthenticationsListByInstanceOptionalParams) => PagedAsyncIterableIterator<ManagedInstanceAzureADOnlyAuthentication, ManagedInstanceAzureADOnlyAuthentication[], PageSettings>
Tulajdonság értéke
(resourceGroupName: string, managedInstanceName: string, options?: ManagedInstanceAzureADOnlyAuthenticationsListByInstanceOptionalParams) => PagedAsyncIterableIterator<ManagedInstanceAzureADOnlyAuthentication, ManagedInstanceAzureADOnlyAuthentication[], PageSettings>