Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ValidateVolumeID ¶
ValidateVolumeID checks that 'input' can be parsed as a Volume ID
Types ¶
type VolumeId ¶
type VolumeId struct { SubscriptionId string ResourceGroupName string AccountName string PoolName string VolumeName string }
VolumeId is a struct representing the Resource ID for a Volume
func NewVolumeID ¶
func NewVolumeID(subscriptionId string, resourceGroupName string, accountName string, poolName string, volumeName string) VolumeId
NewVolumeID returns a new VolumeId struct
func ParseVolumeID ¶
ParseVolumeID parses 'input' into a VolumeId
func ParseVolumeIDInsensitively ¶
ParseVolumeIDInsensitively parses 'input' case-insensitively into a VolumeId note: this method should only be used for API response data and not user input
func (VolumeId) Segments ¶
func (id VolumeId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Volume ID
type VolumeRevert ¶
type VolumeRevert struct {
SnapshotId *string `json:"snapshotId,omitempty"`
}
type VolumesRevertClient ¶
type VolumesRevertClient struct { Client autorest.Client // contains filtered or unexported fields }
func NewVolumesRevertClientWithBaseURI ¶
func NewVolumesRevertClientWithBaseURI(endpoint string) VolumesRevertClient
func (VolumesRevertClient) VolumesRevert ¶
func (c VolumesRevertClient) VolumesRevert(ctx context.Context, id VolumeId, input VolumeRevert) (result VolumesRevertOperationResponse, err error)
VolumesRevert ...
func (VolumesRevertClient) VolumesRevertThenPoll ¶
func (c VolumesRevertClient) VolumesRevertThenPoll(ctx context.Context, id VolumeId, input VolumeRevert) error
VolumesRevertThenPoll performs VolumesRevert then polls until it's completed
type VolumesRevertOperationResponse ¶
type VolumesRevertOperationResponse struct { Poller polling.LongRunningPoller HttpResponse *http.Response }
Click to show internal directories.
Click to hide internal directories.