Documentation ¶
Index ¶
- func ValidateRecoveryPointID(input interface{}, key string) (warnings []string, errors []error)
- type AzureFileShareProvisionILRRequest
- type ILRRequest
- type ILRRequestResource
- type IaasVMILRRegistrationRequest
- type ItemLevelRecoveryConnectionsClient
- func (c ItemLevelRecoveryConnectionsClient) Provision(ctx context.Context, id RecoveryPointId, input ILRRequestResource) (result ProvisionOperationResponse, err error)
- func (c ItemLevelRecoveryConnectionsClient) Revoke(ctx context.Context, id RecoveryPointId) (result RevokeOperationResponse, err error)
- type ProvisionOperationResponse
- type RawILRRequestImpl
- type RecoveryPointId
- type RevokeOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ValidateRecoveryPointID ¶
ValidateRecoveryPointID checks that 'input' can be parsed as a Recovery Point ID
Types ¶
type AzureFileShareProvisionILRRequest ¶
type AzureFileShareProvisionILRRequest struct {}
func (AzureFileShareProvisionILRRequest) MarshalJSON ¶
func (s AzureFileShareProvisionILRRequest) MarshalJSON() ([]byte, error)
type ILRRequest ¶
type ILRRequest interface { }
type ILRRequestResource ¶
type ILRRequestResource struct { ETag *string `json:"eTag,omitempty"` Id *string `json:"id,omitempty"` Location *string `json:"location,omitempty"` Name *string `json:"name,omitempty"` Properties ILRRequest `json:"properties"` Tags *map[string]string `json:"tags,omitempty"` Type *string `json:"type,omitempty"` }
func (*ILRRequestResource) UnmarshalJSON ¶
func (s *ILRRequestResource) UnmarshalJSON(bytes []byte) error
type IaasVMILRRegistrationRequest ¶
type IaasVMILRRegistrationRequest struct { InitiatorName *string `json:"initiatorName,omitempty"` RecoveryPointId *string `json:"recoveryPointId,omitempty"` RenewExistingRegistration *bool `json:"renewExistingRegistration,omitempty"` VirtualMachineId *string `json:"virtualMachineId,omitempty"` }
func (IaasVMILRRegistrationRequest) MarshalJSON ¶
func (s IaasVMILRRegistrationRequest) MarshalJSON() ([]byte, error)
type ItemLevelRecoveryConnectionsClient ¶
type ItemLevelRecoveryConnectionsClient struct { Client autorest.Client // contains filtered or unexported fields }
func NewItemLevelRecoveryConnectionsClientWithBaseURI ¶
func NewItemLevelRecoveryConnectionsClientWithBaseURI(endpoint string) ItemLevelRecoveryConnectionsClient
func (ItemLevelRecoveryConnectionsClient) Provision ¶
func (c ItemLevelRecoveryConnectionsClient) Provision(ctx context.Context, id RecoveryPointId, input ILRRequestResource) (result ProvisionOperationResponse, err error)
Provision ...
func (ItemLevelRecoveryConnectionsClient) Revoke ¶
func (c ItemLevelRecoveryConnectionsClient) Revoke(ctx context.Context, id RecoveryPointId) (result RevokeOperationResponse, err error)
Revoke ...
type RawILRRequestImpl ¶
RawILRRequestImpl is returned when the Discriminated Value doesn't match any of the defined types NOTE: this should only be used when a type isn't defined for this type of Object (as a workaround) and is used only for Deserialization (e.g. this cannot be used as a Request Payload).
type RecoveryPointId ¶
type RecoveryPointId struct { SubscriptionId string ResourceGroupName string VaultName string BackupFabricName string ProtectionContainerName string ProtectedItemName string RecoveryPointId string }
RecoveryPointId is a struct representing the Resource ID for a Recovery Point
func NewRecoveryPointID ¶
func NewRecoveryPointID(subscriptionId string, resourceGroupName string, vaultName string, backupFabricName string, protectionContainerName string, protectedItemName string, recoveryPointId string) RecoveryPointId
NewRecoveryPointID returns a new RecoveryPointId struct
func ParseRecoveryPointID ¶
func ParseRecoveryPointID(input string) (*RecoveryPointId, error)
ParseRecoveryPointID parses 'input' into a RecoveryPointId
func ParseRecoveryPointIDInsensitively ¶
func ParseRecoveryPointIDInsensitively(input string) (*RecoveryPointId, error)
ParseRecoveryPointIDInsensitively parses 'input' case-insensitively into a RecoveryPointId note: this method should only be used for API response data and not user input
func (*RecoveryPointId) FromParseResult ¶
func (id *RecoveryPointId) FromParseResult(input resourceids.ParseResult) error
func (RecoveryPointId) ID ¶
func (id RecoveryPointId) ID() string
ID returns the formatted Recovery Point ID
func (RecoveryPointId) Segments ¶
func (id RecoveryPointId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Recovery Point ID
func (RecoveryPointId) String ¶
func (id RecoveryPointId) String() string
String returns a human-readable description of this Recovery Point ID