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 PossibleValuesForRecoveryPointTierType() []string + func ValidateRecoveryPointID(input interface{}, key string) (warnings []string, errors []error) + type MoveRPAcrossTiersRequest struct + ObjectType *string + SourceTierType *RecoveryPointTierType + TargetTierType *RecoveryPointTierType + type MoveRecoveryPointOperationResponse struct + HttpResponse *http.Response + Poller polling.LongRunningPoller + type RecoveryPointClient struct + Client autorest.Client + func NewRecoveryPointClientWithBaseURI(endpoint string) RecoveryPointClient + func (c RecoveryPointClient) MoveRecoveryPoint(ctx context.Context, id RecoveryPointId, input MoveRPAcrossTiersRequest) (result MoveRecoveryPointOperationResponse, err error) + func (c RecoveryPointClient) MoveRecoveryPointThenPoll(ctx context.Context, id RecoveryPointId, input MoveRPAcrossTiersRequest) error + type RecoveryPointId struct + BackupFabricName string + ProtectedItemName string + ProtectionContainerName string + RecoveryPointId string + ResourceGroupName string + SubscriptionId string + VaultName string + func NewRecoveryPointID(subscriptionId string, resourceGroupName string, vaultName string, ...) RecoveryPointId + func ParseRecoveryPointID(input string) (*RecoveryPointId, error) + func ParseRecoveryPointIDInsensitively(input string) (*RecoveryPointId, error) + func (id *RecoveryPointId) FromParseResult(input resourceids.ParseResult) error + func (id RecoveryPointId) ID() string + func (id RecoveryPointId) Segments() []resourceids.Segment + func (id RecoveryPointId) String() string + type RecoveryPointTierType string + const RecoveryPointTierTypeArchivedRP + const RecoveryPointTierTypeHardenedRP + const RecoveryPointTierTypeInstantRP + const RecoveryPointTierTypeInvalid