Documentation ¶
Index ¶
- func ValidateConfigurationProfileAssignmentReportID(input interface{}, key string) (warnings []string, errors []error)
- func ValidateProviders2ConfigurationProfileAssignmentID(input interface{}, key string) (warnings []string, errors []error)
- type AssignmentReportProperties
- type ConfigurationProfileAssignmentReportId
- func NewConfigurationProfileAssignmentReportID(subscriptionId string, resourceGroupName string, machineName string, ...) ConfigurationProfileAssignmentReportId
- func ParseConfigurationProfileAssignmentReportID(input string) (*ConfigurationProfileAssignmentReportId, error)
- func ParseConfigurationProfileAssignmentReportIDInsensitively(input string) (*ConfigurationProfileAssignmentReportId, error)
- func (id *ConfigurationProfileAssignmentReportId) FromParseResult(input resourceids.ParseResult) error
- func (id ConfigurationProfileAssignmentReportId) ID() string
- func (id ConfigurationProfileAssignmentReportId) Segments() []resourceids.Segment
- func (id ConfigurationProfileAssignmentReportId) String() string
- type ErrorAdditionalInfo
- type ErrorDetail
- type GetOperationResponse
- type HCRPReportsClient
- func (c HCRPReportsClient) Get(ctx context.Context, id ConfigurationProfileAssignmentReportId) (result GetOperationResponse, err error)
- func (c HCRPReportsClient) ListByConfigurationProfileAssignments(ctx context.Context, id Providers2ConfigurationProfileAssignmentId) (result ListByConfigurationProfileAssignmentsOperationResponse, err error)
- type ListByConfigurationProfileAssignmentsOperationResponse
- type Providers2ConfigurationProfileAssignmentId
- func NewProviders2ConfigurationProfileAssignmentID(subscriptionId string, resourceGroupName string, machineName string, ...) Providers2ConfigurationProfileAssignmentId
- func ParseProviders2ConfigurationProfileAssignmentID(input string) (*Providers2ConfigurationProfileAssignmentId, error)
- func ParseProviders2ConfigurationProfileAssignmentIDInsensitively(input string) (*Providers2ConfigurationProfileAssignmentId, error)
- func (id *Providers2ConfigurationProfileAssignmentId) FromParseResult(input resourceids.ParseResult) error
- func (id Providers2ConfigurationProfileAssignmentId) ID() string
- func (id Providers2ConfigurationProfileAssignmentId) Segments() []resourceids.Segment
- func (id Providers2ConfigurationProfileAssignmentId) String() string
- type Report
- type ReportList
- type ReportResource
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ValidateConfigurationProfileAssignmentReportID ¶
func ValidateConfigurationProfileAssignmentReportID(input interface{}, key string) (warnings []string, errors []error)
ValidateConfigurationProfileAssignmentReportID checks that 'input' can be parsed as a Configuration Profile Assignment Report ID
func ValidateProviders2ConfigurationProfileAssignmentID ¶
func ValidateProviders2ConfigurationProfileAssignmentID(input interface{}, key string) (warnings []string, errors []error)
ValidateProviders2ConfigurationProfileAssignmentID checks that 'input' can be parsed as a Providers 2 Configuration Profile Assignment ID
Types ¶
type AssignmentReportProperties ¶
type AssignmentReportProperties struct { ConfigurationProfile *string `json:"configurationProfile,omitempty"` Duration *string `json:"duration,omitempty"` EndTime *string `json:"endTime,omitempty"` Error *ErrorDetail `json:"error,omitempty"` LastModifiedTime *string `json:"lastModifiedTime,omitempty"` ReportFormatVersion *string `json:"reportFormatVersion,omitempty"` Resources *[]ReportResource `json:"resources,omitempty"` StartTime *string `json:"startTime,omitempty"` Status *string `json:"status,omitempty"` Type *string `json:"type,omitempty"` }
type ConfigurationProfileAssignmentReportId ¶
type ConfigurationProfileAssignmentReportId struct { SubscriptionId string ResourceGroupName string MachineName string ConfigurationProfileAssignmentName string ReportName string }
ConfigurationProfileAssignmentReportId is a struct representing the Resource ID for a Configuration Profile Assignment Report
func NewConfigurationProfileAssignmentReportID ¶
func NewConfigurationProfileAssignmentReportID(subscriptionId string, resourceGroupName string, machineName string, configurationProfileAssignmentName string, reportName string) ConfigurationProfileAssignmentReportId
NewConfigurationProfileAssignmentReportID returns a new ConfigurationProfileAssignmentReportId struct
func ParseConfigurationProfileAssignmentReportID ¶
func ParseConfigurationProfileAssignmentReportID(input string) (*ConfigurationProfileAssignmentReportId, error)
ParseConfigurationProfileAssignmentReportID parses 'input' into a ConfigurationProfileAssignmentReportId
func ParseConfigurationProfileAssignmentReportIDInsensitively ¶
func ParseConfigurationProfileAssignmentReportIDInsensitively(input string) (*ConfigurationProfileAssignmentReportId, error)
ParseConfigurationProfileAssignmentReportIDInsensitively parses 'input' case-insensitively into a ConfigurationProfileAssignmentReportId note: this method should only be used for API response data and not user input
func (*ConfigurationProfileAssignmentReportId) FromParseResult ¶
func (id *ConfigurationProfileAssignmentReportId) FromParseResult(input resourceids.ParseResult) error
func (ConfigurationProfileAssignmentReportId) ID ¶
func (id ConfigurationProfileAssignmentReportId) ID() string
ID returns the formatted Configuration Profile Assignment Report ID
func (ConfigurationProfileAssignmentReportId) Segments ¶
func (id ConfigurationProfileAssignmentReportId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Configuration Profile Assignment Report ID
func (ConfigurationProfileAssignmentReportId) String ¶
func (id ConfigurationProfileAssignmentReportId) String() string
String returns a human-readable description of this Configuration Profile Assignment Report ID
type ErrorAdditionalInfo ¶
type ErrorAdditionalInfo struct { Info *interface{} `json:"info,omitempty"` Type *string `json:"type,omitempty"` }
type ErrorDetail ¶
type ErrorDetail struct { AdditionalInfo *[]ErrorAdditionalInfo `json:"additionalInfo,omitempty"` Code *string `json:"code,omitempty"` Details *[]ErrorDetail `json:"details,omitempty"` Message *string `json:"message,omitempty"` Target *string `json:"target,omitempty"` }
type GetOperationResponse ¶
type HCRPReportsClient ¶
type HCRPReportsClient struct {
Client *resourcemanager.Client
}
func NewHCRPReportsClientWithBaseURI ¶
func NewHCRPReportsClientWithBaseURI(sdkApi sdkEnv.Api) (*HCRPReportsClient, error)
func (HCRPReportsClient) Get ¶
func (c HCRPReportsClient) Get(ctx context.Context, id ConfigurationProfileAssignmentReportId) (result GetOperationResponse, err error)
Get ...
func (HCRPReportsClient) ListByConfigurationProfileAssignments ¶
func (c HCRPReportsClient) ListByConfigurationProfileAssignments(ctx context.Context, id Providers2ConfigurationProfileAssignmentId) (result ListByConfigurationProfileAssignmentsOperationResponse, err error)
ListByConfigurationProfileAssignments ...
type ListByConfigurationProfileAssignmentsOperationResponse ¶
type ListByConfigurationProfileAssignmentsOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *ReportList }
type Providers2ConfigurationProfileAssignmentId ¶
type Providers2ConfigurationProfileAssignmentId struct { SubscriptionId string ResourceGroupName string MachineName string ConfigurationProfileAssignmentName string }
Providers2ConfigurationProfileAssignmentId is a struct representing the Resource ID for a Providers 2 Configuration Profile Assignment
func NewProviders2ConfigurationProfileAssignmentID ¶
func NewProviders2ConfigurationProfileAssignmentID(subscriptionId string, resourceGroupName string, machineName string, configurationProfileAssignmentName string) Providers2ConfigurationProfileAssignmentId
NewProviders2ConfigurationProfileAssignmentID returns a new Providers2ConfigurationProfileAssignmentId struct
func ParseProviders2ConfigurationProfileAssignmentID ¶
func ParseProviders2ConfigurationProfileAssignmentID(input string) (*Providers2ConfigurationProfileAssignmentId, error)
ParseProviders2ConfigurationProfileAssignmentID parses 'input' into a Providers2ConfigurationProfileAssignmentId
func ParseProviders2ConfigurationProfileAssignmentIDInsensitively ¶
func ParseProviders2ConfigurationProfileAssignmentIDInsensitively(input string) (*Providers2ConfigurationProfileAssignmentId, error)
ParseProviders2ConfigurationProfileAssignmentIDInsensitively parses 'input' case-insensitively into a Providers2ConfigurationProfileAssignmentId note: this method should only be used for API response data and not user input
func (*Providers2ConfigurationProfileAssignmentId) FromParseResult ¶
func (id *Providers2ConfigurationProfileAssignmentId) FromParseResult(input resourceids.ParseResult) error
func (Providers2ConfigurationProfileAssignmentId) ID ¶
func (id Providers2ConfigurationProfileAssignmentId) ID() string
ID returns the formatted Providers 2 Configuration Profile Assignment ID
func (Providers2ConfigurationProfileAssignmentId) Segments ¶
func (id Providers2ConfigurationProfileAssignmentId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Providers 2 Configuration Profile Assignment ID
func (Providers2ConfigurationProfileAssignmentId) String ¶
func (id Providers2ConfigurationProfileAssignmentId) String() string
String returns a human-readable description of this Providers 2 Configuration Profile Assignment ID
type Report ¶
type Report struct { Id *string `json:"id,omitempty"` Name *string `json:"name,omitempty"` Properties *AssignmentReportProperties `json:"properties,omitempty"` SystemData *systemdata.SystemData `json:"systemData,omitempty"` Type *string `json:"type,omitempty"` }
type ReportList ¶
type ReportList struct {
Value *[]Report `json:"value,omitempty"`
}
type ReportResource ¶
type ReportResource struct { Error *ErrorDetail `json:"error,omitempty"` Id *string `json:"id,omitempty"` Name *string `json:"name,omitempty"` Status *string `json:"status,omitempty"` Type *string `json:"type,omitempty"` }
Source Files ¶
- client.go
- id_configurationprofileassignmentreport.go
- id_providers2configurationprofileassignment.go
- method_get.go
- method_listbyconfigurationprofileassignments.go
- model_assignmentreportproperties.go
- model_erroradditionalinfo.go
- model_errordetail.go
- model_report.go
- model_reportlist.go
- model_reportresource.go
- version.go