jobcancellations

package
v0.20240603.1145333 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 3, 2024 License: MPL-2.0 Imports: 8 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ValidateBackupJobID

func ValidateBackupJobID(input interface{}, key string) (warnings []string, errors []error)

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) ID

func (id BackupJobId) ID() string

ID returns the formatted Backup Job ID

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

Trigger ...

type TriggerOperationResponse

type TriggerOperationResponse struct {
	HttpResponse *http.Response
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL