Documentation ¶
Index ¶
- func ValidateProviders2ConfigurationProfileAssignmentID(input interface{}, key string) (warnings []string, errors []error)
- type ConfigurationProfileAssignment
- type ConfigurationProfileAssignmentProperties
- type ConfigurationProfileHCRPAssignmentsClient
- func (c ConfigurationProfileHCRPAssignmentsClient) CreateOrUpdate(ctx context.Context, id Providers2ConfigurationProfileAssignmentId, ...) (result CreateOrUpdateOperationResponse, err error)
- func (c ConfigurationProfileHCRPAssignmentsClient) Delete(ctx context.Context, id Providers2ConfigurationProfileAssignmentId) (result DeleteOperationResponse, err error)
- func (c ConfigurationProfileHCRPAssignmentsClient) Get(ctx context.Context, id Providers2ConfigurationProfileAssignmentId) (result GetOperationResponse, err error)
- type CreateOrUpdateOperationResponse
- type DeleteOperationResponse
- type GetOperationResponse
- 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
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
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 ConfigurationProfileAssignment ¶
type ConfigurationProfileAssignment struct { Id *string `json:"id,omitempty"` ManagedBy *string `json:"managedBy,omitempty"` Name *string `json:"name,omitempty"` Properties *ConfigurationProfileAssignmentProperties `json:"properties,omitempty"` SystemData *systemdata.SystemData `json:"systemData,omitempty"` Type *string `json:"type,omitempty"` }
type ConfigurationProfileHCRPAssignmentsClient ¶
type ConfigurationProfileHCRPAssignmentsClient struct {
Client *resourcemanager.Client
}
func NewConfigurationProfileHCRPAssignmentsClientWithBaseURI ¶
func NewConfigurationProfileHCRPAssignmentsClientWithBaseURI(sdkApi sdkEnv.Api) (*ConfigurationProfileHCRPAssignmentsClient, error)
func (ConfigurationProfileHCRPAssignmentsClient) CreateOrUpdate ¶
func (c ConfigurationProfileHCRPAssignmentsClient) CreateOrUpdate(ctx context.Context, id Providers2ConfigurationProfileAssignmentId, input ConfigurationProfileAssignment) (result CreateOrUpdateOperationResponse, err error)
CreateOrUpdate ...
func (ConfigurationProfileHCRPAssignmentsClient) Delete ¶
func (c ConfigurationProfileHCRPAssignmentsClient) Delete(ctx context.Context, id Providers2ConfigurationProfileAssignmentId) (result DeleteOperationResponse, err error)
Delete ...
func (ConfigurationProfileHCRPAssignmentsClient) Get ¶
func (c ConfigurationProfileHCRPAssignmentsClient) Get(ctx context.Context, id Providers2ConfigurationProfileAssignmentId) (result GetOperationResponse, err error)
Get ...
type CreateOrUpdateOperationResponse ¶
type CreateOrUpdateOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *ConfigurationProfileAssignment }
type DeleteOperationResponse ¶
type GetOperationResponse ¶
type GetOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *ConfigurationProfileAssignment }
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 ¶ added in v0.20231127.1171502
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