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 PossibleValuesForMirrorState() []string + func PossibleValuesForRelationshipStatus() []string + func ValidateVolumeID(input interface{}, key string) (warnings []string, errors []error) + type BackupsGetVolumeLatestRestoreStatusOperationResponse struct + HttpResponse *http.Response + Model *RestoreStatus + OData *odata.OData + type MirrorState string + const MirrorStateBroken + const MirrorStateMirrored + const MirrorStateUninitialized + func (s *MirrorState) UnmarshalJSON(bytes []byte) error + type RelationshipStatus string + const RelationshipStatusFailed + const RelationshipStatusIdle + const RelationshipStatusTransferring + const RelationshipStatusUnknown + func (s *RelationshipStatus) UnmarshalJSON(bytes []byte) error + type RestoreClient struct + Client *resourcemanager.Client + func NewRestoreClientWithBaseURI(sdkApi sdkEnv.Api) (*RestoreClient, error) + func (c RestoreClient) BackupsGetVolumeLatestRestoreStatus(ctx context.Context, id VolumeId) (result BackupsGetVolumeLatestRestoreStatusOperationResponse, err error) + type RestoreStatus struct + ErrorMessage *string + Healthy *bool + MirrorState *MirrorState + RelationshipStatus *RelationshipStatus + TotalTransferBytes *int64 + UnhealthyReason *string + 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