GraphQueryOperations interface

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

プロパティ

createOrUpdate

新しいグラフ クエリを作成します。

delete

グラフ クエリを削除します。

get

resourceName で 1 つのグラフ クエリを取得します。

list

指定したサブスクリプションとリソース グループ内で定義されているすべてのグラフ クエリを取得します。

listBySubscription

指定したサブスクリプション内で定義されているすべてのグラフ クエリを取得します。

update

既に追加されているグラフ クエリを更新します。

プロパティの詳細

createOrUpdate

新しいグラフ クエリを作成します。

createOrUpdate: (resourceGroupName: string, resourceName: string, properties: GraphQueryResource, options?: GraphQueryCreateOrUpdateOptionalParams) => Promise<GraphQueryResource>

プロパティ値

(resourceGroupName: string, resourceName: string, properties: GraphQueryResource, options?: GraphQueryCreateOrUpdateOptionalParams) => Promise<GraphQueryResource>

delete

グラフ クエリを削除します。

delete: (resourceGroupName: string, resourceName: string, options?: GraphQueryDeleteOptionalParams) => Promise<void>

プロパティ値

(resourceGroupName: string, resourceName: string, options?: GraphQueryDeleteOptionalParams) => Promise<void>

get

resourceName で 1 つのグラフ クエリを取得します。

get: (resourceGroupName: string, resourceName: string, options?: GraphQueryGetOptionalParams) => Promise<GraphQueryResource>

プロパティ値

(resourceGroupName: string, resourceName: string, options?: GraphQueryGetOptionalParams) => Promise<GraphQueryResource>

list

指定したサブスクリプションとリソース グループ内で定義されているすべてのグラフ クエリを取得します。

list: (resourceGroupName: string, options?: GraphQueryListOptionalParams) => PagedAsyncIterableIterator<GraphQueryResource, GraphQueryResource[], PageSettings>

プロパティ値

(resourceGroupName: string, options?: GraphQueryListOptionalParams) => PagedAsyncIterableIterator<GraphQueryResource, GraphQueryResource[], PageSettings>

listBySubscription

指定したサブスクリプション内で定義されているすべてのグラフ クエリを取得します。

listBySubscription: (options?: GraphQueryListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<GraphQueryResource, GraphQueryResource[], PageSettings>

プロパティ値

(options?: GraphQueryListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<GraphQueryResource, GraphQueryResource[], PageSettings>

update

既に追加されているグラフ クエリを更新します。

update: (resourceGroupName: string, resourceName: string, body: GraphQueryUpdateParameters, options?: GraphQueryUpdateOptionalParams) => Promise<GraphQueryResource>

プロパティ値

(resourceGroupName: string, resourceName: string, body: GraphQueryUpdateParameters, options?: GraphQueryUpdateOptionalParams) => Promise<GraphQueryResource>