Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MeshVolume

Package version

Class representing a MeshVolume.

Hierarchy

  • MeshVolume

Index

Constructors

constructor

Methods

createOrUpdate

  • Creates a Volume resource with the specified name, description and properties. If Volume resource with the same name exists, then it is updated with the specified description and properties.

    summary

    Creates or updates a Volume resource.

    Parameters

    • volumeResourceName: string

      The identity of the volume.

    • volumeResourceDescription: VolumeResourceDescription

      Description for creating a Volume resource.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.MeshVolumeCreateOrUpdateResponse>

    Promise<Models.MeshVolumeCreateOrUpdateResponse>

  • Parameters

    Returns void

  • Parameters

    • volumeResourceName: string

      The identity of the volume.

    • volumeResourceDescription: VolumeResourceDescription

      Description for creating a Volume resource.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<VolumeResourceDescription>

      The callback

    Returns void

deleteMethod

  • deleteMethod(volumeResourceName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>
  • deleteMethod(volumeResourceName: string, callback: msRest.ServiceCallback<void>): void
  • deleteMethod(volumeResourceName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void
  • Deletes the Volume resource identified by the name.

    summary

    Deletes the Volume resource.

    Parameters

    • volumeResourceName: string

      The identity of the volume.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<msRest.RestResponse>

    Promise<msRest.RestResponse>

  • Parameters

    • volumeResourceName: string

      The identity of the volume.

    • callback: msRest.ServiceCallback<void>

      The callback

    Returns void

  • Parameters

    • volumeResourceName: string

      The identity of the volume.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<void>

      The callback

    Returns void

get

  • get(volumeResourceName: string, options?: msRest.RequestOptionsBase): Promise<Models.MeshVolumeGetResponse>
  • get(volumeResourceName: string, callback: msRest.ServiceCallback<VolumeResourceDescription>): void
  • get(volumeResourceName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<VolumeResourceDescription>): void
  • Gets the information about the Volume resource with the given name. The information include the description and other properties of the Volume.

    summary

    Gets the Volume resource with the given name.

    Parameters

    • volumeResourceName: string

      The identity of the volume.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.MeshVolumeGetResponse>

    Promise<Models.MeshVolumeGetResponse>

  • Parameters

    • volumeResourceName: string

      The identity of the volume.

    • callback: msRest.ServiceCallback<VolumeResourceDescription>

      The callback

    Returns void

  • Parameters

    • volumeResourceName: string

      The identity of the volume.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<VolumeResourceDescription>

      The callback

    Returns void

list

Generated using TypeDoc