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 PossibleValuesForComplianceStatus() []string + func PossibleValuesForType() []string + func ValidateProviderVirtualMachineProviders2GuestConfigurationAssignmentID(input interface{}, key string) (warnings []string, errors []error) + func ValidateVirtualMachineProviders2GuestConfigurationAssignmentReportID(input interface{}, key string) (warnings []string, errors []error) + type AssignmentInfo struct + Configuration *ConfigurationInfo + Name *string + type AssignmentReportDetails struct + ComplianceStatus *ComplianceStatus + EndTime *string + JobId *string + OperationType *Type + Resources *[]AssignmentReportResource + StartTime *string + func (o *AssignmentReportDetails) GetEndTimeAsTime() (*time.Time, error) + func (o *AssignmentReportDetails) GetStartTimeAsTime() (*time.Time, error) + func (o *AssignmentReportDetails) SetEndTimeAsTime(input time.Time) + func (o *AssignmentReportDetails) SetStartTimeAsTime(input time.Time) + type AssignmentReportResource struct + ComplianceStatus *ComplianceStatus + Properties *interface{} + Reasons *[]AssignmentReportResourceComplianceReason + ResourceId *string + type AssignmentReportResourceComplianceReason struct + Code *string + Phrase *string + type ComplianceStatus string + const ComplianceStatusCompliant + const ComplianceStatusNonCompliant + const ComplianceStatusPending + func (s *ComplianceStatus) UnmarshalJSON(bytes []byte) error + type ConfigurationInfo struct + Name *string + Version *string + type GetOperationResponse struct + HttpResponse *http.Response + Model *GuestConfigurationAssignmentReport + OData *odata.OData + type GuestConfigurationAssignmentReport struct + Id *string + Name *string + Properties *GuestConfigurationAssignmentReportProperties + type GuestConfigurationAssignmentReportList struct + Value *[]GuestConfigurationAssignmentReport + type GuestConfigurationAssignmentReportProperties struct + Assignment *AssignmentInfo + ComplianceStatus *ComplianceStatus + Details *AssignmentReportDetails + EndTime *string + ReportId *string + StartTime *string + VM *VMInfo + VMSSResourceId *string + func (o *GuestConfigurationAssignmentReportProperties) GetEndTimeAsTime() (*time.Time, error) + func (o *GuestConfigurationAssignmentReportProperties) GetStartTimeAsTime() (*time.Time, error) + func (o *GuestConfigurationAssignmentReportProperties) SetEndTimeAsTime(input time.Time) + func (o *GuestConfigurationAssignmentReportProperties) SetStartTimeAsTime(input time.Time) + type GuestConfigurationConnectedVMwarevSphereAssignmentsReportsClient struct + Client *resourcemanager.Client + func NewGuestConfigurationConnectedVMwarevSphereAssignmentsReportsClientWithBaseURI(sdkApi sdkEnv.Api) (*GuestConfigurationConnectedVMwarevSphereAssignmentsReportsClient, error) + func (c GuestConfigurationConnectedVMwarevSphereAssignmentsReportsClient) Get(ctx context.Context, ...) (result GetOperationResponse, err error) + func (c GuestConfigurationConnectedVMwarevSphereAssignmentsReportsClient) List(ctx context.Context, ...) (result ListOperationResponse, err error) + type ListOperationResponse struct + HttpResponse *http.Response + Model *GuestConfigurationAssignmentReportList + OData *odata.OData + type ProviderVirtualMachineProviders2GuestConfigurationAssignmentId struct + GuestConfigurationAssignmentName string + ResourceGroupName string + SubscriptionId string + VirtualMachineName string + func NewProviderVirtualMachineProviders2GuestConfigurationAssignmentID(subscriptionId string, resourceGroupName string, virtualMachineName string, ...) ProviderVirtualMachineProviders2GuestConfigurationAssignmentId + func ParseProviderVirtualMachineProviders2GuestConfigurationAssignmentID(input string) (*ProviderVirtualMachineProviders2GuestConfigurationAssignmentId, error) + func ParseProviderVirtualMachineProviders2GuestConfigurationAssignmentIDInsensitively(input string) (*ProviderVirtualMachineProviders2GuestConfigurationAssignmentId, error) + func (id *ProviderVirtualMachineProviders2GuestConfigurationAssignmentId) FromParseResult(input resourceids.ParseResult) error + func (id ProviderVirtualMachineProviders2GuestConfigurationAssignmentId) ID() string + func (id ProviderVirtualMachineProviders2GuestConfigurationAssignmentId) Segments() []resourceids.Segment + func (id ProviderVirtualMachineProviders2GuestConfigurationAssignmentId) String() string + type Type string + const TypeConsistency + const TypeInitial + func (s *Type) UnmarshalJSON(bytes []byte) error + type VMInfo struct + Id *string + Uuid *string + type VirtualMachineProviders2GuestConfigurationAssignmentReportId struct + GuestConfigurationAssignmentName string + ReportId string + ResourceGroupName string + SubscriptionId string + VirtualMachineName string + func NewVirtualMachineProviders2GuestConfigurationAssignmentReportID(subscriptionId string, resourceGroupName string, virtualMachineName string, ...) VirtualMachineProviders2GuestConfigurationAssignmentReportId + func ParseVirtualMachineProviders2GuestConfigurationAssignmentReportID(input string) (*VirtualMachineProviders2GuestConfigurationAssignmentReportId, error) + func ParseVirtualMachineProviders2GuestConfigurationAssignmentReportIDInsensitively(input string) (*VirtualMachineProviders2GuestConfigurationAssignmentReportId, error) + func (id *VirtualMachineProviders2GuestConfigurationAssignmentReportId) FromParseResult(input resourceids.ParseResult) error + func (id VirtualMachineProviders2GuestConfigurationAssignmentReportId) ID() string + func (id VirtualMachineProviders2GuestConfigurationAssignmentReportId) Segments() []resourceids.Segment + func (id VirtualMachineProviders2GuestConfigurationAssignmentReportId) String() string