次の方法で共有


EdgeActionsOperations interface

EdgeActions操作を表すインターフェース。

プロパティ

create

EdgeAction を作成する

delete
get

EdgeAction を取得する

listByResourceGroup

リソースグループ別 EdgeAction リソース一覧

listBySubscription

サブスクリプションIDによるEdgeActionリソース一覧

update

EdgeAction を更新する

プロパティの詳細

create

EdgeAction を作成する

create: (resourceGroupName: string, edgeActionName: string, resource: EdgeAction, options?: EdgeActionsCreateOptionalParams) => PollerLike<OperationState<EdgeAction>, EdgeAction>

プロパティ値

(resourceGroupName: string, edgeActionName: string, resource: EdgeAction, options?: EdgeActionsCreateOptionalParams) => PollerLike<OperationState<EdgeAction>, EdgeAction>

delete

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

プロパティ値

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

get

EdgeAction を取得する

get: (resourceGroupName: string, edgeActionName: string, options?: EdgeActionsGetOptionalParams) => Promise<EdgeAction>

プロパティ値

(resourceGroupName: string, edgeActionName: string, options?: EdgeActionsGetOptionalParams) => Promise<EdgeAction>

listByResourceGroup

リソースグループ別 EdgeAction リソース一覧

listByResourceGroup: (resourceGroupName: string, options?: EdgeActionsListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<EdgeAction, EdgeAction[], PageSettings>

プロパティ値

(resourceGroupName: string, options?: EdgeActionsListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<EdgeAction, EdgeAction[], PageSettings>

listBySubscription

サブスクリプションIDによるEdgeActionリソース一覧

listBySubscription: (options?: EdgeActionsListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<EdgeAction, EdgeAction[], PageSettings>

プロパティ値

(options?: EdgeActionsListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<EdgeAction, EdgeAction[], PageSettings>

update

EdgeAction を更新する

update: (resourceGroupName: string, edgeActionName: string, properties: EdgeActionUpdate, options?: EdgeActionsUpdateOptionalParams) => PollerLike<OperationState<EdgeAction>, EdgeAction>

プロパティ値

(resourceGroupName: string, edgeActionName: string, properties: EdgeActionUpdate, options?: EdgeActionsUpdateOptionalParams) => PollerLike<OperationState<EdgeAction>, EdgeAction>