次の方法で共有


BlobInventoryPolicies interface

BlobInventoryPolicies を表すインターフェイス。

メソッド

createOrUpdate(string, string, string, BlobInventoryPolicy, BlobInventoryPoliciesCreateOrUpdateOptionalParams)

BLOB インベントリ ポリシーを指定したストレージ アカウントに設定します。

delete(string, string, string, BlobInventoryPoliciesDeleteOptionalParams)

指定したストレージ アカウントに関連付けられている BLOB インベントリ ポリシーを削除します。

get(string, string, string, BlobInventoryPoliciesGetOptionalParams)

指定したストレージ アカウントに関連付けられている BLOB インベントリ ポリシーを取得します。

list(string, string, BlobInventoryPoliciesListOptionalParams)

指定したストレージ アカウントに関連付けられている BLOB インベントリ ポリシーを取得します。

メソッドの詳細

createOrUpdate(string, string, string, BlobInventoryPolicy, BlobInventoryPoliciesCreateOrUpdateOptionalParams)

BLOB インベントリ ポリシーを指定したストレージ アカウントに設定します。

function createOrUpdate(resourceGroupName: string, accountName: string, blobInventoryPolicyName: string, properties: BlobInventoryPolicy, options?: BlobInventoryPoliciesCreateOrUpdateOptionalParams): Promise<BlobInventoryPolicy>

パラメーター

resourceGroupName

string

ユーザーのサブスクリプション内のリソース グループの名前。 名前の大文字と小文字は区別されます。

accountName

string

指定したリソース グループ内のストレージ アカウントの名前。 ストレージ アカウント名の長さは 3 ~ 24 文字で、数字と小文字のみを使用する必要があります。

blobInventoryPolicyName

string

ストレージ アカウント BLOB インベントリ ポリシーの名前。 常に 'default' である必要があります

properties
BlobInventoryPolicy

ストレージ アカウントに設定された BLOB インベントリ ポリシー。

options
BlobInventoryPoliciesCreateOrUpdateOptionalParams

options パラメーター。

戻り値

delete(string, string, string, BlobInventoryPoliciesDeleteOptionalParams)

指定したストレージ アカウントに関連付けられている BLOB インベントリ ポリシーを削除します。

function delete(resourceGroupName: string, accountName: string, blobInventoryPolicyName: string, options?: BlobInventoryPoliciesDeleteOptionalParams): Promise<void>

パラメーター

resourceGroupName

string

ユーザーのサブスクリプション内のリソース グループの名前。 名前の大文字と小文字は区別されます。

accountName

string

指定したリソース グループ内のストレージ アカウントの名前。 ストレージ アカウント名の長さは 3 ~ 24 文字で、数字と小文字のみを使用する必要があります。

blobInventoryPolicyName

string

ストレージ アカウント BLOB インベントリ ポリシーの名前。 常に 'default' である必要があります

options
BlobInventoryPoliciesDeleteOptionalParams

options パラメーター。

戻り値

Promise<void>

get(string, string, string, BlobInventoryPoliciesGetOptionalParams)

指定したストレージ アカウントに関連付けられている BLOB インベントリ ポリシーを取得します。

function get(resourceGroupName: string, accountName: string, blobInventoryPolicyName: string, options?: BlobInventoryPoliciesGetOptionalParams): Promise<BlobInventoryPolicy>

パラメーター

resourceGroupName

string

ユーザーのサブスクリプション内のリソース グループの名前。 名前の大文字と小文字は区別されます。

accountName

string

指定したリソース グループ内のストレージ アカウントの名前。 ストレージ アカウント名の長さは 3 ~ 24 文字で、数字と小文字のみを使用する必要があります。

blobInventoryPolicyName

string

ストレージ アカウント BLOB インベントリ ポリシーの名前。 常に 'default' である必要があります

options
BlobInventoryPoliciesGetOptionalParams

options パラメーター。

戻り値

list(string, string, BlobInventoryPoliciesListOptionalParams)

指定したストレージ アカウントに関連付けられている BLOB インベントリ ポリシーを取得します。

function list(resourceGroupName: string, accountName: string, options?: BlobInventoryPoliciesListOptionalParams): PagedAsyncIterableIterator<BlobInventoryPolicy, BlobInventoryPolicy[], PageSettings>

パラメーター

resourceGroupName

string

ユーザーのサブスクリプション内のリソース グループの名前。 名前の大文字と小文字は区別されます。

accountName

string

指定したリソース グループ内のストレージ アカウントの名前。 ストレージ アカウント名の長さは 3 ~ 24 文字で、数字と小文字のみを使用する必要があります。

options
BlobInventoryPoliciesListOptionalParams

options パラメーター。

戻り値