Options
All
  • Public
  • Public/Protected
  • All
Menu

Class DiskAccessesImpl

Package version

Class containing DiskAccesses operations.

Hierarchy

  • DiskAccessesImpl

Implements

Index

Constructors

constructor

Methods

beginCreateOrUpdate

beginCreateOrUpdateAndWait

beginDelete

  • beginDelete(resourceGroupName: string, diskAccessName: string, options?: DiskAccessesDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>
  • Deletes a disk access resource.

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • diskAccessName: string

      The name of the disk access resource that is being created. The name can't be changed after the disk encryption set is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum name length is 80 characters.

    • Optional options: DiskAccessesDeleteOptionalParams

      The options parameters.

    Returns Promise<PollerLike<PollOperationState<void>, void>>

beginDeleteAPrivateEndpointConnection

  • Deletes a private endpoint connection under a disk access resource.

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • diskAccessName: string

      The name of the disk access resource that is being created. The name can't be changed after the disk encryption set is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum name length is 80 characters.

    • privateEndpointConnectionName: string

      The name of the private endpoint connection

    • Optional options: DiskAccessesDeleteAPrivateEndpointConnectionOptionalParams

      The options parameters.

    Returns Promise<PollerLike<PollOperationState<void>, void>>

beginDeleteAPrivateEndpointConnectionAndWait

beginDeleteAndWait

  • Deletes a disk access resource.

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • diskAccessName: string

      The name of the disk access resource that is being created. The name can't be changed after the disk encryption set is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum name length is 80 characters.

    • Optional options: DiskAccessesDeleteOptionalParams

      The options parameters.

    Returns Promise<void>

beginUpdate

beginUpdateAPrivateEndpointConnection

beginUpdateAPrivateEndpointConnectionAndWait

beginUpdateAndWait

  • Updates (patches) a disk access resource.

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • diskAccessName: string

      The name of the disk access resource that is being created. The name can't be changed after the disk encryption set is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum name length is 80 characters.

    • diskAccess: DiskAccessUpdate

      disk access object supplied in the body of the Patch disk access operation.

    • Optional options: DiskAccessesUpdateOptionalParams

      The options parameters.

    Returns Promise<DiskAccessesUpdateResponse>

get

  • Gets information about a disk access resource.

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • diskAccessName: string

      The name of the disk access resource that is being created. The name can't be changed after the disk encryption set is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum name length is 80 characters.

    • Optional options: DiskAccessesGetOptionalParams

      The options parameters.

    Returns Promise<DiskAccessesGetResponse>

getAPrivateEndpointConnection

getPrivateLinkResources

list

listByResourceGroup

listPrivateEndpointConnections

Generated using TypeDoc