DiskAccessesOperations interface

Interface representing a DiskAccesses operations.

Properties

beginCreateOrUpdate
beginCreateOrUpdateAndWait
beginDelete
beginDeleteAndWait
beginDeleteAPrivateEndpointConnection
beginDeleteAPrivateEndpointConnectionAndWait
beginUpdate
beginUpdateAndWait
beginUpdateAPrivateEndpointConnection
beginUpdateAPrivateEndpointConnectionAndWait
createOrUpdate

Creates or updates a disk access resource

delete
deleteAPrivateEndpointConnection

Deletes a private endpoint connection under a disk access resource.

get

Gets information about a disk access resource.

getAPrivateEndpointConnection

Gets information about a private endpoint connection under a disk access resource.

getPrivateLinkResources

Gets the private link resources possible under disk access resource

list

Lists all the disk access resources under a subscription.

listByResourceGroup

Lists all the disk access resources under a resource group.

listPrivateEndpointConnections

List information about private endpoint connections under a disk access resource

update

Updates (patches) a disk access resource.

updateAPrivateEndpointConnection

Approve or reject a private endpoint connection under disk access resource, this can't be used to create a new private endpoint connection.

Property Details

beginCreateOrUpdate

Warning

This API is now deprecated.

use createOrUpdate instead

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

Property Value

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

beginCreateOrUpdateAndWait

Warning

This API is now deprecated.

use createOrUpdate instead

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

Property Value

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

beginDelete

Warning

This API is now deprecated.

use delete instead

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

Property Value

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

beginDeleteAndWait

Warning

This API is now deprecated.

use delete instead

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

Property Value

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

beginDeleteAPrivateEndpointConnection

Warning

This API is now deprecated.

use deleteAPrivateEndpointConnection instead

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

Property Value

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

beginDeleteAPrivateEndpointConnectionAndWait

Warning

This API is now deprecated.

use deleteAPrivateEndpointConnection instead

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

Property Value

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

beginUpdate

Warning

This API is now deprecated.

use update instead

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

Property Value

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

beginUpdateAndWait

Warning

This API is now deprecated.

use update instead

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

Property Value

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

beginUpdateAPrivateEndpointConnection

Warning

This API is now deprecated.

use updateAPrivateEndpointConnection instead

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

Property Value

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

beginUpdateAPrivateEndpointConnectionAndWait

Warning

This API is now deprecated.

use updateAPrivateEndpointConnection instead

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

Property Value

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

createOrUpdate

Creates or updates a disk access resource

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

Property Value

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

delete

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

Property Value

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

deleteAPrivateEndpointConnection

Deletes a private endpoint connection under a disk access resource.

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

Property Value

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

get

Gets information about a disk access resource.

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

Property Value

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

getAPrivateEndpointConnection

Gets information about a private endpoint connection under a disk access resource.

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

Property Value

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

getPrivateLinkResources

Gets the private link resources possible under disk access resource

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

Property Value

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

list

Lists all the disk access resources under a subscription.

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

Property Value

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

listByResourceGroup

Lists all the disk access resources under a resource group.

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

Property Value

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

listPrivateEndpointConnections

List information about private endpoint connections under a disk access resource

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

Property Value

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

update

Updates (patches) a disk access resource.

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

Property Value

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

updateAPrivateEndpointConnection

Approve or reject a private endpoint connection under disk access resource, this can't be used to create a new private endpoint connection.

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

Property Value

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