guestconfiguration

package
v59.4.0+incompatible Latest Latest
Warning

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

Go to latest
Published: Nov 26, 2021 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	DefaultBaseURI = original.DefaultBaseURI
)

Variables

This section is empty.

Functions

func UserAgent

func UserAgent() string

func Version

func Version() string

Types

type ActionAfterReboot

type ActionAfterReboot = original.ActionAfterReboot
const (
	ActionAfterRebootContinueConfiguration ActionAfterReboot = original.ActionAfterRebootContinueConfiguration
	ActionAfterRebootStopConfiguration     ActionAfterReboot = original.ActionAfterRebootStopConfiguration
)

func PossibleActionAfterRebootValues

func PossibleActionAfterRebootValues() []ActionAfterReboot

type Assignment

type Assignment = original.Assignment

type AssignmentInfo

type AssignmentInfo = original.AssignmentInfo

type AssignmentList

type AssignmentList = original.AssignmentList

type AssignmentProperties

type AssignmentProperties = original.AssignmentProperties

type AssignmentReport

type AssignmentReport = original.AssignmentReport

type AssignmentReportDetails

type AssignmentReportDetails = original.AssignmentReportDetails

type AssignmentReportList

type AssignmentReportList = original.AssignmentReportList

type AssignmentReportProperties

type AssignmentReportProperties = original.AssignmentReportProperties

type AssignmentReportResource

type AssignmentReportResource = original.AssignmentReportResource

type AssignmentReportType

type AssignmentReportType = original.AssignmentReportType

type AssignmentReportsClient

type AssignmentReportsClient = original.AssignmentReportsClient

func NewAssignmentReportsClient

func NewAssignmentReportsClient(subscriptionID string) AssignmentReportsClient

func NewAssignmentReportsClientWithBaseURI

func NewAssignmentReportsClientWithBaseURI(baseURI string, subscriptionID string) AssignmentReportsClient

type AssignmentReportsVMSSClient

type AssignmentReportsVMSSClient = original.AssignmentReportsVMSSClient

func NewAssignmentReportsVMSSClient

func NewAssignmentReportsVMSSClient(subscriptionID string) AssignmentReportsVMSSClient

func NewAssignmentReportsVMSSClientWithBaseURI

func NewAssignmentReportsVMSSClientWithBaseURI(baseURI string, subscriptionID string) AssignmentReportsVMSSClient

type AssignmentType

type AssignmentType = original.AssignmentType
const (
	AssignmentTypeApplyAndAutoCorrect  AssignmentType = original.AssignmentTypeApplyAndAutoCorrect
	AssignmentTypeApplyAndMonitor      AssignmentType = original.AssignmentTypeApplyAndMonitor
	AssignmentTypeAudit                AssignmentType = original.AssignmentTypeAudit
	AssignmentTypeDeployAndAutoCorrect AssignmentType = original.AssignmentTypeDeployAndAutoCorrect
)

func PossibleAssignmentTypeValues

func PossibleAssignmentTypeValues() []AssignmentType

type AssignmentsClient

type AssignmentsClient = original.AssignmentsClient

func NewAssignmentsClient

func NewAssignmentsClient(subscriptionID string) AssignmentsClient

func NewAssignmentsClientWithBaseURI

func NewAssignmentsClientWithBaseURI(baseURI string, subscriptionID string) AssignmentsClient

type AssignmentsVMSSClient

type AssignmentsVMSSClient = original.AssignmentsVMSSClient

func NewAssignmentsVMSSClient

func NewAssignmentsVMSSClient(subscriptionID string) AssignmentsVMSSClient

func NewAssignmentsVMSSClientWithBaseURI

func NewAssignmentsVMSSClientWithBaseURI(baseURI string, subscriptionID string) AssignmentsVMSSClient

type BaseClient

type BaseClient = original.BaseClient

func New

func New(subscriptionID string) BaseClient

func NewWithBaseURI

func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient

type ComplianceStatus

type ComplianceStatus = original.ComplianceStatus
const (
	ComplianceStatusCompliant    ComplianceStatus = original.ComplianceStatusCompliant
	ComplianceStatusNonCompliant ComplianceStatus = original.ComplianceStatusNonCompliant
	ComplianceStatusPending      ComplianceStatus = original.ComplianceStatusPending
)

func PossibleComplianceStatusValues

func PossibleComplianceStatusValues() []ComplianceStatus

type ConfigurationInfo

type ConfigurationInfo = original.ConfigurationInfo

type ConfigurationMode

type ConfigurationMode = original.ConfigurationMode
const (
	ConfigurationModeApplyAndAutoCorrect ConfigurationMode = original.ConfigurationModeApplyAndAutoCorrect
	ConfigurationModeApplyAndMonitor     ConfigurationMode = original.ConfigurationModeApplyAndMonitor
	ConfigurationModeApplyOnly           ConfigurationMode = original.ConfigurationModeApplyOnly
)

func PossibleConfigurationModeValues

func PossibleConfigurationModeValues() []ConfigurationMode

type ConfigurationParameter

type ConfigurationParameter = original.ConfigurationParameter

type ConfigurationSetting

type ConfigurationSetting = original.ConfigurationSetting

type CreatedByType

type CreatedByType = original.CreatedByType
const (
	CreatedByTypeApplication     CreatedByType = original.CreatedByTypeApplication
	CreatedByTypeKey             CreatedByType = original.CreatedByTypeKey
	CreatedByTypeManagedIdentity CreatedByType = original.CreatedByTypeManagedIdentity
	CreatedByTypeUser            CreatedByType = original.CreatedByTypeUser
)

func PossibleCreatedByTypeValues

func PossibleCreatedByTypeValues() []CreatedByType

type ErrorResponse

type ErrorResponse = original.ErrorResponse

type ErrorResponseError

type ErrorResponseError = original.ErrorResponseError

type HCRPAssignmentReportsClient

type HCRPAssignmentReportsClient = original.HCRPAssignmentReportsClient

func NewHCRPAssignmentReportsClient

func NewHCRPAssignmentReportsClient(subscriptionID string) HCRPAssignmentReportsClient

func NewHCRPAssignmentReportsClientWithBaseURI

func NewHCRPAssignmentReportsClientWithBaseURI(baseURI string, subscriptionID string) HCRPAssignmentReportsClient

type HCRPAssignmentsClient

type HCRPAssignmentsClient = original.HCRPAssignmentsClient

func NewHCRPAssignmentsClient

func NewHCRPAssignmentsClient(subscriptionID string) HCRPAssignmentsClient

func NewHCRPAssignmentsClientWithBaseURI

func NewHCRPAssignmentsClientWithBaseURI(baseURI string, subscriptionID string) HCRPAssignmentsClient

type Kind

type Kind = original.Kind
const (
	KindDSC Kind = original.KindDSC
)

func PossibleKindValues

func PossibleKindValues() []Kind
type Navigation = original.Navigation

type Operation

type Operation = original.Operation

type OperationDisplay

type OperationDisplay = original.OperationDisplay

type OperationList

type OperationList = original.OperationList

type OperationProperties

type OperationProperties = original.OperationProperties

type OperationsClient

type OperationsClient = original.OperationsClient

func NewOperationsClient

func NewOperationsClient(subscriptionID string) OperationsClient

func NewOperationsClientWithBaseURI

func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient

type ProvisioningState

type ProvisioningState = original.ProvisioningState
const (
	ProvisioningStateCanceled  ProvisioningState = original.ProvisioningStateCanceled
	ProvisioningStateCreated   ProvisioningState = original.ProvisioningStateCreated
	ProvisioningStateFailed    ProvisioningState = original.ProvisioningStateFailed
	ProvisioningStateSucceeded ProvisioningState = original.ProvisioningStateSucceeded
)

func PossibleProvisioningStateValues

func PossibleProvisioningStateValues() []ProvisioningState

type ProxyResource

type ProxyResource = original.ProxyResource

type Resource

type Resource = original.Resource

type SystemData

type SystemData = original.SystemData

type TrackedResource

type TrackedResource = original.TrackedResource

type Type

type Type = original.Type
const (
	TypeConsistency Type = original.TypeConsistency
	TypeInitial     Type = original.TypeInitial
)

func PossibleTypeValues

func PossibleTypeValues() []Type

type VMInfo

type VMInfo = original.VMInfo

type VMSSVMInfo

type VMSSVMInfo = original.VMSSVMInfo

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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