UpdatesOperations interface

Interface representing a Updates operations.

Properties

beginDelete
beginDeleteAndWait
beginPost
beginPostAndWait
beginPrepare
beginPrepareAndWait
delete

Delete specified Update

get

Get specified Update

list

List all Updates

post

Apply Update

prepare

Prepare Update

put

Put specified Update

Property Details

beginDelete

Warning

This API is now deprecated.

use delete instead

beginDelete: (resourceGroupName: string, clusterName: string, updateName: string, options?: UpdatesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

Property Value

(resourceGroupName: string, clusterName: string, updateName: string, options?: UpdatesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait

Warning

This API is now deprecated.

use delete instead

beginDeleteAndWait: (resourceGroupName: string, clusterName: string, updateName: string, options?: UpdatesDeleteOptionalParams) => Promise<void>

Property Value

(resourceGroupName: string, clusterName: string, updateName: string, options?: UpdatesDeleteOptionalParams) => Promise<void>

beginPost

Warning

This API is now deprecated.

use post instead

beginPost: (resourceGroupName: string, clusterName: string, updateName: string, options?: UpdatesPostOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

Property Value

(resourceGroupName: string, clusterName: string, updateName: string, options?: UpdatesPostOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

beginPostAndWait

Warning

This API is now deprecated.

use post instead

beginPostAndWait: (resourceGroupName: string, clusterName: string, updateName: string, options?: UpdatesPostOptionalParams) => Promise<void>

Property Value

(resourceGroupName: string, clusterName: string, updateName: string, options?: UpdatesPostOptionalParams) => Promise<void>

beginPrepare

Warning

This API is now deprecated.

use prepare instead

beginPrepare: (resourceGroupName: string, clusterName: string, updateName: string, options?: UpdatesPrepareOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

Property Value

(resourceGroupName: string, clusterName: string, updateName: string, options?: UpdatesPrepareOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

beginPrepareAndWait

Warning

This API is now deprecated.

use prepare instead

beginPrepareAndWait: (resourceGroupName: string, clusterName: string, updateName: string, options?: UpdatesPrepareOptionalParams) => Promise<void>

Property Value

(resourceGroupName: string, clusterName: string, updateName: string, options?: UpdatesPrepareOptionalParams) => Promise<void>

delete

Delete specified Update

delete: (resourceGroupName: string, clusterName: string, updateName: string, options?: UpdatesDeleteOptionalParams) => PollerLike<OperationState<void>, void>

Property Value

(resourceGroupName: string, clusterName: string, updateName: string, options?: UpdatesDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

Get specified Update

get: (resourceGroupName: string, clusterName: string, updateName: string, options?: UpdatesGetOptionalParams) => Promise<Update>

Property Value

(resourceGroupName: string, clusterName: string, updateName: string, options?: UpdatesGetOptionalParams) => Promise<Update>

list

List all Updates

list: (resourceGroupName: string, clusterName: string, options?: UpdatesListOptionalParams) => PagedAsyncIterableIterator<Update, Update[], PageSettings>

Property Value

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

post

Apply Update

post: (resourceGroupName: string, clusterName: string, updateName: string, options?: UpdatesPostOptionalParams) => PollerLike<OperationState<void>, void>

Property Value

(resourceGroupName: string, clusterName: string, updateName: string, options?: UpdatesPostOptionalParams) => PollerLike<OperationState<void>, void>

prepare

Prepare Update

prepare: (resourceGroupName: string, clusterName: string, updateName: string, options?: UpdatesPrepareOptionalParams) => PollerLike<OperationState<void>, void>

Property Value

(resourceGroupName: string, clusterName: string, updateName: string, options?: UpdatesPrepareOptionalParams) => PollerLike<OperationState<void>, void>

put

Put specified Update

put: (resourceGroupName: string, clusterName: string, updateName: string, updateProperties: Update, options?: UpdatesPutOptionalParams) => Promise<Update>

Property Value

(resourceGroupName: string, clusterName: string, updateName: string, updateProperties: Update, options?: UpdatesPutOptionalParams) => Promise<Update>