Share via


EdgeActionVersionsOperations interface

Interface representing a EdgeActionVersions operations.

Properties

create

Create a EdgeActionVersion

delete
deployVersionCode

A long-running resource action.

get

Get a EdgeActionVersion

getVersionCode

Get the version code for the edge action version.

listByEdgeAction

List EdgeActionVersion resources by EdgeAction

swapDefault

Swap the default version for the edge action.

update

Update a EdgeActionVersion

Property Details

create

Create a EdgeActionVersion

create: (resourceGroupName: string, edgeActionName: string, version: string, resource: EdgeActionVersion, options?: EdgeActionVersionsCreateOptionalParams) => PollerLike<OperationState<EdgeActionVersion>, EdgeActionVersion>

Property Value

(resourceGroupName: string, edgeActionName: string, version: string, resource: EdgeActionVersion, options?: EdgeActionVersionsCreateOptionalParams) => PollerLike<OperationState<EdgeActionVersion>, EdgeActionVersion>

delete

delete: (resourceGroupName: string, edgeActionName: string, version: string, options?: EdgeActionVersionsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

Property Value

(resourceGroupName: string, edgeActionName: string, version: string, options?: EdgeActionVersionsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

deployVersionCode

A long-running resource action.

deployVersionCode: (resourceGroupName: string, edgeActionName: string, version: string, body: VersionCode, options?: EdgeActionVersionsDeployVersionCodeOptionalParams) => PollerLike<OperationState<EdgeActionVersionProperties>, EdgeActionVersionProperties>

Property Value

(resourceGroupName: string, edgeActionName: string, version: string, body: VersionCode, options?: EdgeActionVersionsDeployVersionCodeOptionalParams) => PollerLike<OperationState<EdgeActionVersionProperties>, EdgeActionVersionProperties>

get

Get a EdgeActionVersion

get: (resourceGroupName: string, edgeActionName: string, version: string, options?: EdgeActionVersionsGetOptionalParams) => Promise<EdgeActionVersion>

Property Value

(resourceGroupName: string, edgeActionName: string, version: string, options?: EdgeActionVersionsGetOptionalParams) => Promise<EdgeActionVersion>

getVersionCode

Get the version code for the edge action version.

getVersionCode: (resourceGroupName: string, edgeActionName: string, version: string, options?: EdgeActionVersionsGetVersionCodeOptionalParams) => PollerLike<OperationState<VersionCode>, VersionCode>

Property Value

(resourceGroupName: string, edgeActionName: string, version: string, options?: EdgeActionVersionsGetVersionCodeOptionalParams) => PollerLike<OperationState<VersionCode>, VersionCode>

listByEdgeAction

List EdgeActionVersion resources by EdgeAction

listByEdgeAction: (resourceGroupName: string, edgeActionName: string, options?: EdgeActionVersionsListByEdgeActionOptionalParams) => PagedAsyncIterableIterator<EdgeActionVersion, EdgeActionVersion[], PageSettings>

Property Value

(resourceGroupName: string, edgeActionName: string, options?: EdgeActionVersionsListByEdgeActionOptionalParams) => PagedAsyncIterableIterator<EdgeActionVersion, EdgeActionVersion[], PageSettings>

swapDefault

Swap the default version for the edge action.

swapDefault: (resourceGroupName: string, edgeActionName: string, version: string, options?: EdgeActionVersionsSwapDefaultOptionalParams) => PollerLike<OperationState<void>, void>

Property Value

(resourceGroupName: string, edgeActionName: string, version: string, options?: EdgeActionVersionsSwapDefaultOptionalParams) => PollerLike<OperationState<void>, void>

update

Update a EdgeActionVersion

update: (resourceGroupName: string, edgeActionName: string, version: string, properties: EdgeActionVersionUpdate, options?: EdgeActionVersionsUpdateOptionalParams) => PollerLike<OperationState<EdgeActionVersion>, EdgeActionVersion>

Property Value

(resourceGroupName: string, edgeActionName: string, version: string, properties: EdgeActionVersionUpdate, options?: EdgeActionVersionsUpdateOptionalParams) => PollerLike<OperationState<EdgeActionVersion>, EdgeActionVersion>