Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ValidateBackupJobID ¶
ValidateBackupJobID checks that 'input' can be parsed as a Backup Job ID
Types ¶
type BackupJobId ¶
type BackupJobId struct { SubscriptionId string ResourceGroupName string VaultName string BackupJobName string }
BackupJobId is a struct representing the Resource ID for a Backup Job
func NewBackupJobID ¶
func NewBackupJobID(subscriptionId string, resourceGroupName string, vaultName string, backupJobName string) BackupJobId
NewBackupJobID returns a new BackupJobId struct
func ParseBackupJobID ¶
func ParseBackupJobID(input string) (*BackupJobId, error)
ParseBackupJobID parses 'input' into a BackupJobId
func ParseBackupJobIDInsensitively ¶
func ParseBackupJobIDInsensitively(input string) (*BackupJobId, error)
ParseBackupJobIDInsensitively parses 'input' case-insensitively into a BackupJobId note: this method should only be used for API response data and not user input
func (*BackupJobId) FromParseResult ¶
func (id *BackupJobId) FromParseResult(input resourceids.ParseResult) error
func (BackupJobId) Segments ¶
func (id BackupJobId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Backup Job ID
func (BackupJobId) String ¶
func (id BackupJobId) String() string
String returns a human-readable description of this Backup Job ID
type JobCancellationsClient ¶
type JobCancellationsClient struct { Client autorest.Client // contains filtered or unexported fields }
func NewJobCancellationsClientWithBaseURI ¶
func NewJobCancellationsClientWithBaseURI(endpoint string) JobCancellationsClient
func (JobCancellationsClient) Trigger ¶
func (c JobCancellationsClient) Trigger(ctx context.Context, id BackupJobId) (result TriggerOperationResponse, err error)
Trigger ...
Click to show internal directories.
Click to hide internal directories.