DiskAccessesOperations interface

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

プロパティ

beginCreateOrUpdate
beginCreateOrUpdateAndWait
beginDelete
beginDeleteAndWait
beginDeleteAPrivateEndpointConnection
beginDeleteAPrivateEndpointConnectionAndWait
beginUpdate
beginUpdateAndWait
beginUpdateAPrivateEndpointConnection
beginUpdateAPrivateEndpointConnectionAndWait
createOrUpdate

ディスク・アクセス・リソースを作成または更新します。

delete
deleteAPrivateEndpointConnection

ディスク アクセス リソースの下にあるプライベート エンドポイント接続を削除します。

get

ディスク アクセス リソースに関する情報を取得します。

getAPrivateEndpointConnection

ディスク アクセス リソースの下にあるプライベート エンドポイント接続に関する情報を取得します。

getPrivateLinkResources

ディスク アクセス リソースで可能なプライベート リンク リソースを取得します。

list

サブスクリプションの下にあるすべてのディスク・アクセス・リソースをリストします。

listByResourceGroup

リソース グループの下にあるすべてのディスク アクセス リソースを一覧表示します。

listPrivateEndpointConnections

ディスク アクセス リソースの下のプライベート エンドポイント接続に関する情報を一覧表示する

update

ディスクアクセスリソースを更新(パッチ適用)します。

updateAPrivateEndpointConnection

ディスク アクセス リソースでプライベート エンドポイント接続を承認または拒否しますが、これを使用して新しいプライベート エンドポイント接続を作成することはできません。

プロパティの詳細

beginCreateOrUpdate

警告

この API は非推奨になりました。

use createOrUpdate instead

beginCreateOrUpdate: (resourceGroupName: string, diskAccessName: string, diskAccess: DiskAccess, options?: DiskAccessesCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<DiskAccess>, DiskAccess>>

プロパティ値

(resourceGroupName: string, diskAccessName: string, diskAccess: DiskAccess, options?: DiskAccessesCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<DiskAccess>, DiskAccess>>

beginCreateOrUpdateAndWait

警告

この API は非推奨になりました。

use createOrUpdate instead

beginCreateOrUpdateAndWait: (resourceGroupName: string, diskAccessName: string, diskAccess: DiskAccess, options?: DiskAccessesCreateOrUpdateOptionalParams) => Promise<DiskAccess>

プロパティ値

(resourceGroupName: string, diskAccessName: string, diskAccess: DiskAccess, options?: DiskAccessesCreateOrUpdateOptionalParams) => Promise<DiskAccess>

beginDelete

警告

この API は非推奨になりました。

use delete instead

beginDelete: (resourceGroupName: string, diskAccessName: string, options?: DiskAccessesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

プロパティ値

(resourceGroupName: string, diskAccessName: string, options?: DiskAccessesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait

警告

この API は非推奨になりました。

use delete instead

beginDeleteAndWait: (resourceGroupName: string, diskAccessName: string, options?: DiskAccessesDeleteOptionalParams) => Promise<void>

プロパティ値

(resourceGroupName: string, diskAccessName: string, options?: DiskAccessesDeleteOptionalParams) => Promise<void>

beginDeleteAPrivateEndpointConnection

警告

この API は非推奨になりました。

use deleteAPrivateEndpointConnection instead

beginDeleteAPrivateEndpointConnection: (resourceGroupName: string, diskAccessName: string, privateEndpointConnectionName: string, options?: DiskAccessesDeleteAPrivateEndpointConnectionOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

プロパティ値

(resourceGroupName: string, diskAccessName: string, privateEndpointConnectionName: string, options?: DiskAccessesDeleteAPrivateEndpointConnectionOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

beginDeleteAPrivateEndpointConnectionAndWait

警告

この API は非推奨になりました。

use deleteAPrivateEndpointConnection instead

beginDeleteAPrivateEndpointConnectionAndWait: (resourceGroupName: string, diskAccessName: string, privateEndpointConnectionName: string, options?: DiskAccessesDeleteAPrivateEndpointConnectionOptionalParams) => Promise<void>

プロパティ値

(resourceGroupName: string, diskAccessName: string, privateEndpointConnectionName: string, options?: DiskAccessesDeleteAPrivateEndpointConnectionOptionalParams) => Promise<void>

beginUpdate

警告

この API は非推奨になりました。

use update instead

beginUpdate: (resourceGroupName: string, diskAccessName: string, diskAccess: DiskAccessUpdate, options?: DiskAccessesUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<DiskAccess>, DiskAccess>>

プロパティ値

(resourceGroupName: string, diskAccessName: string, diskAccess: DiskAccessUpdate, options?: DiskAccessesUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<DiskAccess>, DiskAccess>>

beginUpdateAndWait

警告

この API は非推奨になりました。

use update instead

beginUpdateAndWait: (resourceGroupName: string, diskAccessName: string, diskAccess: DiskAccessUpdate, options?: DiskAccessesUpdateOptionalParams) => Promise<DiskAccess>

プロパティ値

(resourceGroupName: string, diskAccessName: string, diskAccess: DiskAccessUpdate, options?: DiskAccessesUpdateOptionalParams) => Promise<DiskAccess>

beginUpdateAPrivateEndpointConnection

警告

この API は非推奨になりました。

use updateAPrivateEndpointConnection instead

beginUpdateAPrivateEndpointConnection: (resourceGroupName: string, diskAccessName: string, privateEndpointConnectionName: string, privateEndpointConnection: PrivateEndpointConnection, options?: DiskAccessesUpdateAPrivateEndpointConnectionOptionalParams) => Promise<SimplePollerLike<OperationState<PrivateEndpointConnection>, PrivateEndpointConnection>>

プロパティ値

(resourceGroupName: string, diskAccessName: string, privateEndpointConnectionName: string, privateEndpointConnection: PrivateEndpointConnection, options?: DiskAccessesUpdateAPrivateEndpointConnectionOptionalParams) => Promise<SimplePollerLike<OperationState<PrivateEndpointConnection>, PrivateEndpointConnection>>

beginUpdateAPrivateEndpointConnectionAndWait

警告

この API は非推奨になりました。

use updateAPrivateEndpointConnection instead

beginUpdateAPrivateEndpointConnectionAndWait: (resourceGroupName: string, diskAccessName: string, privateEndpointConnectionName: string, privateEndpointConnection: PrivateEndpointConnection, options?: DiskAccessesUpdateAPrivateEndpointConnectionOptionalParams) => Promise<PrivateEndpointConnection>

プロパティ値

(resourceGroupName: string, diskAccessName: string, privateEndpointConnectionName: string, privateEndpointConnection: PrivateEndpointConnection, options?: DiskAccessesUpdateAPrivateEndpointConnectionOptionalParams) => Promise<PrivateEndpointConnection>

createOrUpdate

ディスク・アクセス・リソースを作成または更新します。

createOrUpdate: (resourceGroupName: string, diskAccessName: string, diskAccess: DiskAccess, options?: DiskAccessesCreateOrUpdateOptionalParams) => PollerLike<OperationState<DiskAccess>, DiskAccess>

プロパティ値

(resourceGroupName: string, diskAccessName: string, diskAccess: DiskAccess, options?: DiskAccessesCreateOrUpdateOptionalParams) => PollerLike<OperationState<DiskAccess>, DiskAccess>

delete

delete: (resourceGroupName: string, diskAccessName: string, options?: DiskAccessesDeleteOptionalParams) => PollerLike<OperationState<void>, void>

プロパティ値

(resourceGroupName: string, diskAccessName: string, options?: DiskAccessesDeleteOptionalParams) => PollerLike<OperationState<void>, void>

deleteAPrivateEndpointConnection

ディスク アクセス リソースの下にあるプライベート エンドポイント接続を削除します。

deleteAPrivateEndpointConnection: (resourceGroupName: string, diskAccessName: string, privateEndpointConnectionName: string, options?: DiskAccessesDeleteAPrivateEndpointConnectionOptionalParams) => PollerLike<OperationState<void>, void>

プロパティ値

(resourceGroupName: string, diskAccessName: string, privateEndpointConnectionName: string, options?: DiskAccessesDeleteAPrivateEndpointConnectionOptionalParams) => PollerLike<OperationState<void>, void>

get

ディスク アクセス リソースに関する情報を取得します。

get: (resourceGroupName: string, diskAccessName: string, options?: DiskAccessesGetOptionalParams) => Promise<DiskAccess>

プロパティ値

(resourceGroupName: string, diskAccessName: string, options?: DiskAccessesGetOptionalParams) => Promise<DiskAccess>

getAPrivateEndpointConnection

ディスク アクセス リソースの下にあるプライベート エンドポイント接続に関する情報を取得します。

getAPrivateEndpointConnection: (resourceGroupName: string, diskAccessName: string, privateEndpointConnectionName: string, options?: DiskAccessesGetAPrivateEndpointConnectionOptionalParams) => Promise<PrivateEndpointConnection>

プロパティ値

(resourceGroupName: string, diskAccessName: string, privateEndpointConnectionName: string, options?: DiskAccessesGetAPrivateEndpointConnectionOptionalParams) => Promise<PrivateEndpointConnection>

getPrivateLinkResources

ディスク アクセス リソースで可能なプライベート リンク リソースを取得します。

getPrivateLinkResources: (resourceGroupName: string, diskAccessName: string, options?: DiskAccessesGetPrivateLinkResourcesOptionalParams) => Promise<PrivateLinkResourceListResult>

プロパティ値

(resourceGroupName: string, diskAccessName: string, options?: DiskAccessesGetPrivateLinkResourcesOptionalParams) => Promise<PrivateLinkResourceListResult>

list

サブスクリプションの下にあるすべてのディスク・アクセス・リソースをリストします。

list: (options?: DiskAccessesListOptionalParams) => PagedAsyncIterableIterator<DiskAccess, DiskAccess[], PageSettings>

プロパティ値

(options?: DiskAccessesListOptionalParams) => PagedAsyncIterableIterator<DiskAccess, DiskAccess[], PageSettings>

listByResourceGroup

リソース グループの下にあるすべてのディスク アクセス リソースを一覧表示します。

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

プロパティ値

(resourceGroupName: string, options?: DiskAccessesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<DiskAccess, DiskAccess[], PageSettings>

listPrivateEndpointConnections

ディスク アクセス リソースの下のプライベート エンドポイント接続に関する情報を一覧表示する

listPrivateEndpointConnections: (resourceGroupName: string, diskAccessName: string, options?: DiskAccessesListPrivateEndpointConnectionsOptionalParams) => PagedAsyncIterableIterator<PrivateEndpointConnection, PrivateEndpointConnection[], PageSettings>

プロパティ値

(resourceGroupName: string, diskAccessName: string, options?: DiskAccessesListPrivateEndpointConnectionsOptionalParams) => PagedAsyncIterableIterator<PrivateEndpointConnection, PrivateEndpointConnection[], PageSettings>

update

ディスクアクセスリソースを更新(パッチ適用)します。

update: (resourceGroupName: string, diskAccessName: string, diskAccess: DiskAccessUpdate, options?: DiskAccessesUpdateOptionalParams) => PollerLike<OperationState<DiskAccess>, DiskAccess>

プロパティ値

(resourceGroupName: string, diskAccessName: string, diskAccess: DiskAccessUpdate, options?: DiskAccessesUpdateOptionalParams) => PollerLike<OperationState<DiskAccess>, DiskAccess>

updateAPrivateEndpointConnection

ディスク アクセス リソースでプライベート エンドポイント接続を承認または拒否しますが、これを使用して新しいプライベート エンドポイント接続を作成することはできません。

updateAPrivateEndpointConnection: (resourceGroupName: string, diskAccessName: string, privateEndpointConnectionName: string, privateEndpointConnection: PrivateEndpointConnection, options?: DiskAccessesUpdateAPrivateEndpointConnectionOptionalParams) => PollerLike<OperationState<PrivateEndpointConnection>, PrivateEndpointConnection>

プロパティ値

(resourceGroupName: string, diskAccessName: string, privateEndpointConnectionName: string, privateEndpointConnection: PrivateEndpointConnection, options?: DiskAccessesUpdateAPrivateEndpointConnectionOptionalParams) => PollerLike<OperationState<PrivateEndpointConnection>, PrivateEndpointConnection>