BareMetalMachineKeySetsOperations interface

Rozhraní reprezentující operace BareMetalMachineKeySets.

Vlastnosti

beginCreateOrUpdate
beginCreateOrUpdateAndWait
beginDelete
beginDeleteAndWait
beginUpdate
beginUpdateAndWait
createOrUpdate

Vytvořte novou sadu holých klíčů počítače nebo aktualizujte existující klíč pro poskytnutý cluster.

delete

Odstraňte holou sadu klíčů počítače poskytnutého clusteru.

get

Získejte holou sadu klíčů počítače poskytnutého clusteru.

listByCluster

Získejte seznam sad klíčů holého počítače pro poskytnutý cluster.

update

Vlastnosti oprav holých klíčů počítače nastavené pro poskytnutý cluster nebo aktualizujte značky přidružené k němu. Aktualizace vlastností a značek je možné provádět nezávisle.

Podrobnosti vlastnosti

beginCreateOrUpdate

Upozornění

Toto rozhraní API je teď zastaralé.

use createOrUpdate instead

beginCreateOrUpdate: (resourceGroupName: string, clusterName: string, bareMetalMachineKeySetName: string, bareMetalMachineKeySetParameters: BareMetalMachineKeySet, options?: BareMetalMachineKeySetsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<BareMetalMachineKeySet>, BareMetalMachineKeySet>>

Hodnota vlastnosti

(resourceGroupName: string, clusterName: string, bareMetalMachineKeySetName: string, bareMetalMachineKeySetParameters: BareMetalMachineKeySet, options?: BareMetalMachineKeySetsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<BareMetalMachineKeySet>, BareMetalMachineKeySet>>

beginCreateOrUpdateAndWait

Upozornění

Toto rozhraní API je teď zastaralé.

use createOrUpdate instead

beginCreateOrUpdateAndWait: (resourceGroupName: string, clusterName: string, bareMetalMachineKeySetName: string, bareMetalMachineKeySetParameters: BareMetalMachineKeySet, options?: BareMetalMachineKeySetsCreateOrUpdateOptionalParams) => Promise<BareMetalMachineKeySet>

Hodnota vlastnosti

(resourceGroupName: string, clusterName: string, bareMetalMachineKeySetName: string, bareMetalMachineKeySetParameters: BareMetalMachineKeySet, options?: BareMetalMachineKeySetsCreateOrUpdateOptionalParams) => Promise<BareMetalMachineKeySet>

beginDelete

Upozornění

Toto rozhraní API je teď zastaralé.

use delete instead

beginDelete: (resourceGroupName: string, clusterName: string, bareMetalMachineKeySetName: string, options?: BareMetalMachineKeySetsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<OperationStatusResult>, OperationStatusResult>>

Hodnota vlastnosti

(resourceGroupName: string, clusterName: string, bareMetalMachineKeySetName: string, options?: BareMetalMachineKeySetsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<OperationStatusResult>, OperationStatusResult>>

beginDeleteAndWait

Upozornění

Toto rozhraní API je teď zastaralé.

use delete instead

beginDeleteAndWait: (resourceGroupName: string, clusterName: string, bareMetalMachineKeySetName: string, options?: BareMetalMachineKeySetsDeleteOptionalParams) => Promise<OperationStatusResult>

Hodnota vlastnosti

(resourceGroupName: string, clusterName: string, bareMetalMachineKeySetName: string, options?: BareMetalMachineKeySetsDeleteOptionalParams) => Promise<OperationStatusResult>

beginUpdate

Upozornění

Toto rozhraní API je teď zastaralé.

use update instead

beginUpdate: (resourceGroupName: string, clusterName: string, bareMetalMachineKeySetName: string, options?: BareMetalMachineKeySetsUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<BareMetalMachineKeySet>, BareMetalMachineKeySet>>

Hodnota vlastnosti

(resourceGroupName: string, clusterName: string, bareMetalMachineKeySetName: string, options?: BareMetalMachineKeySetsUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<BareMetalMachineKeySet>, BareMetalMachineKeySet>>

beginUpdateAndWait

Upozornění

Toto rozhraní API je teď zastaralé.

use update instead

beginUpdateAndWait: (resourceGroupName: string, clusterName: string, bareMetalMachineKeySetName: string, options?: BareMetalMachineKeySetsUpdateOptionalParams) => Promise<BareMetalMachineKeySet>

Hodnota vlastnosti

(resourceGroupName: string, clusterName: string, bareMetalMachineKeySetName: string, options?: BareMetalMachineKeySetsUpdateOptionalParams) => Promise<BareMetalMachineKeySet>

createOrUpdate

Vytvořte novou sadu holých klíčů počítače nebo aktualizujte existující klíč pro poskytnutý cluster.

createOrUpdate: (resourceGroupName: string, clusterName: string, bareMetalMachineKeySetName: string, bareMetalMachineKeySetParameters: BareMetalMachineKeySet, options?: BareMetalMachineKeySetsCreateOrUpdateOptionalParams) => PollerLike<OperationState<BareMetalMachineKeySet>, BareMetalMachineKeySet>

Hodnota vlastnosti

(resourceGroupName: string, clusterName: string, bareMetalMachineKeySetName: string, bareMetalMachineKeySetParameters: BareMetalMachineKeySet, options?: BareMetalMachineKeySetsCreateOrUpdateOptionalParams) => PollerLike<OperationState<BareMetalMachineKeySet>, BareMetalMachineKeySet>

delete

Odstraňte holou sadu klíčů počítače poskytnutého clusteru.

delete: (resourceGroupName: string, clusterName: string, bareMetalMachineKeySetName: string, options?: BareMetalMachineKeySetsDeleteOptionalParams) => PollerLike<OperationState<OperationStatusResult>, OperationStatusResult>

Hodnota vlastnosti

(resourceGroupName: string, clusterName: string, bareMetalMachineKeySetName: string, options?: BareMetalMachineKeySetsDeleteOptionalParams) => PollerLike<OperationState<OperationStatusResult>, OperationStatusResult>

get

Získejte holou sadu klíčů počítače poskytnutého clusteru.

get: (resourceGroupName: string, clusterName: string, bareMetalMachineKeySetName: string, options?: BareMetalMachineKeySetsGetOptionalParams) => Promise<BareMetalMachineKeySet>

Hodnota vlastnosti

(resourceGroupName: string, clusterName: string, bareMetalMachineKeySetName: string, options?: BareMetalMachineKeySetsGetOptionalParams) => Promise<BareMetalMachineKeySet>

listByCluster

Získejte seznam sad klíčů holého počítače pro poskytnutý cluster.

listByCluster: (resourceGroupName: string, clusterName: string, options?: BareMetalMachineKeySetsListByClusterOptionalParams) => PagedAsyncIterableIterator<BareMetalMachineKeySet, BareMetalMachineKeySet[], PageSettings>

Hodnota vlastnosti

(resourceGroupName: string, clusterName: string, options?: BareMetalMachineKeySetsListByClusterOptionalParams) => PagedAsyncIterableIterator<BareMetalMachineKeySet, BareMetalMachineKeySet[], PageSettings>

update

Vlastnosti oprav holých klíčů počítače nastavené pro poskytnutý cluster nebo aktualizujte značky přidružené k němu. Aktualizace vlastností a značek je možné provádět nezávisle.

update: (resourceGroupName: string, clusterName: string, bareMetalMachineKeySetName: string, options?: BareMetalMachineKeySetsUpdateOptionalParams) => PollerLike<OperationState<BareMetalMachineKeySet>, BareMetalMachineKeySet>

Hodnota vlastnosti

(resourceGroupName: string, clusterName: string, bareMetalMachineKeySetName: string, options?: BareMetalMachineKeySetsUpdateOptionalParams) => PollerLike<OperationState<BareMetalMachineKeySet>, BareMetalMachineKeySet>