Versions in this module Expand all Collapse all v0 v0.20241126.2320 Nov 26, 2024 v0.20241126.1723 Nov 26, 2024 Changes in this version + func ValidateSnapshotID(input interface{}, key string) (warnings []string, errors []error) + func ValidateVolumeID(input interface{}, key string) (warnings []string, errors []error) + type CreateOperationResponse struct + HttpResponse *http.Response + Model *Snapshot + OData *odata.OData + Poller pollers.Poller + type DeleteOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + Poller pollers.Poller + type GetOperationResponse struct + HttpResponse *http.Response + Model *Snapshot + OData *odata.OData + type ListOperationResponse struct + HttpResponse *http.Response + Model *SnapshotsList + OData *odata.OData + type RestoreFilesOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + Poller pollers.Poller + type Snapshot struct + Id *string + Location string + Name *string + Properties *SnapshotProperties + SystemData *systemdata.SystemData + Type *string + type SnapshotId struct + CapacityPoolName string + NetAppAccountName string + ResourceGroupName string + SnapshotName string + SubscriptionId string + VolumeName string + func NewSnapshotID(subscriptionId string, resourceGroupName string, netAppAccountName string, ...) SnapshotId + func ParseSnapshotID(input string) (*SnapshotId, error) + func ParseSnapshotIDInsensitively(input string) (*SnapshotId, error) + func (id *SnapshotId) FromParseResult(input resourceids.ParseResult) error + func (id SnapshotId) ID() string + func (id SnapshotId) Segments() []resourceids.Segment + func (id SnapshotId) String() string + type SnapshotProperties struct + Created *string + ProvisioningState *string + SnapshotId *string + func (o *SnapshotProperties) GetCreatedAsTime() (*time.Time, error) + func (o *SnapshotProperties) SetCreatedAsTime(input time.Time) + type SnapshotRestoreFiles struct + DestinationPath *string + FilePaths []string + type SnapshotsClient struct + Client *resourcemanager.Client + func NewSnapshotsClientWithBaseURI(sdkApi sdkEnv.Api) (*SnapshotsClient, error) + func (c SnapshotsClient) Create(ctx context.Context, id SnapshotId, input Snapshot) (result CreateOperationResponse, err error) + func (c SnapshotsClient) CreateThenPoll(ctx context.Context, id SnapshotId, input Snapshot) error + func (c SnapshotsClient) Delete(ctx context.Context, id SnapshotId) (result DeleteOperationResponse, err error) + func (c SnapshotsClient) DeleteThenPoll(ctx context.Context, id SnapshotId) error + func (c SnapshotsClient) Get(ctx context.Context, id SnapshotId) (result GetOperationResponse, err error) + func (c SnapshotsClient) List(ctx context.Context, id VolumeId) (result ListOperationResponse, err error) + func (c SnapshotsClient) RestoreFiles(ctx context.Context, id SnapshotId, input SnapshotRestoreFiles) (result RestoreFilesOperationResponse, err error) + func (c SnapshotsClient) RestoreFilesThenPoll(ctx context.Context, id SnapshotId, input SnapshotRestoreFiles) error + func (c SnapshotsClient) Update(ctx context.Context, id SnapshotId, input interface{}) (result UpdateOperationResponse, err error) + func (c SnapshotsClient) UpdateThenPoll(ctx context.Context, id SnapshotId, input interface{}) error + type SnapshotsList struct + Value *[]Snapshot + type UpdateOperationResponse struct + HttpResponse *http.Response + Model *Snapshot + OData *odata.OData + Poller pollers.Poller + type VolumeId struct + CapacityPoolName string + NetAppAccountName string + ResourceGroupName string + SubscriptionId string + VolumeName string + func NewVolumeID(subscriptionId string, resourceGroupName string, netAppAccountName string, ...) VolumeId + func ParseVolumeID(input string) (*VolumeId, error) + func ParseVolumeIDInsensitively(input string) (*VolumeId, error) + func (id *VolumeId) FromParseResult(input resourceids.ParseResult) error + func (id VolumeId) ID() string + func (id VolumeId) Segments() []resourceids.Segment + func (id VolumeId) String() string