Documentation ¶
Index ¶
- type ConfigManagerCollectionClient
- func (c ConfigManagerCollectionClient) CreateConfigManagerCollection(ctx context.Context, input beta.ConfigManagerCollection, ...) (result CreateConfigManagerCollectionOperationResponse, err error)
- func (c ConfigManagerCollectionClient) DeleteConfigManagerCollection(ctx context.Context, id beta.DeviceManagementConfigManagerCollectionId, ...) (result DeleteConfigManagerCollectionOperationResponse, err error)
- func (c ConfigManagerCollectionClient) GetConfigManagerCollection(ctx context.Context, id beta.DeviceManagementConfigManagerCollectionId, ...) (result GetConfigManagerCollectionOperationResponse, err error)
- func (c ConfigManagerCollectionClient) GetConfigManagerCollectionsCount(ctx context.Context, options GetConfigManagerCollectionsCountOperationOptions) (result GetConfigManagerCollectionsCountOperationResponse, err error)
- func (c ConfigManagerCollectionClient) ListConfigManagerCollections(ctx context.Context, options ListConfigManagerCollectionsOperationOptions) (result ListConfigManagerCollectionsOperationResponse, err error)
- func (c ConfigManagerCollectionClient) ListConfigManagerCollectionsComplete(ctx context.Context, options ListConfigManagerCollectionsOperationOptions) (ListConfigManagerCollectionsCompleteResult, error)
- func (c ConfigManagerCollectionClient) ListConfigManagerCollectionsCompleteMatchingPredicate(ctx context.Context, options ListConfigManagerCollectionsOperationOptions, ...) (result ListConfigManagerCollectionsCompleteResult, err error)
- func (c ConfigManagerCollectionClient) UpdateConfigManagerCollection(ctx context.Context, id beta.DeviceManagementConfigManagerCollectionId, ...) (result UpdateConfigManagerCollectionOperationResponse, err error)
- type ConfigManagerCollectionOperationPredicate
- type CreateConfigManagerCollectionOperationOptions
- type CreateConfigManagerCollectionOperationResponse
- type DeleteConfigManagerCollectionOperationOptions
- type DeleteConfigManagerCollectionOperationResponse
- type GetConfigManagerCollectionOperationOptions
- type GetConfigManagerCollectionOperationResponse
- type GetConfigManagerCollectionsCountOperationOptions
- type GetConfigManagerCollectionsCountOperationResponse
- type ListConfigManagerCollectionsCompleteResult
- type ListConfigManagerCollectionsCustomPager
- type ListConfigManagerCollectionsOperationOptions
- type ListConfigManagerCollectionsOperationResponse
- type UpdateConfigManagerCollectionOperationOptions
- type UpdateConfigManagerCollectionOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConfigManagerCollectionClient ¶
func NewConfigManagerCollectionClientWithBaseURI ¶
func NewConfigManagerCollectionClientWithBaseURI(sdkApi sdkEnv.Api) (*ConfigManagerCollectionClient, error)
func (ConfigManagerCollectionClient) CreateConfigManagerCollection ¶
func (c ConfigManagerCollectionClient) CreateConfigManagerCollection(ctx context.Context, input beta.ConfigManagerCollection, options CreateConfigManagerCollectionOperationOptions) (result CreateConfigManagerCollectionOperationResponse, err error)
CreateConfigManagerCollection - Create new navigation property to configManagerCollections for deviceManagement
func (ConfigManagerCollectionClient) DeleteConfigManagerCollection ¶
func (c ConfigManagerCollectionClient) DeleteConfigManagerCollection(ctx context.Context, id beta.DeviceManagementConfigManagerCollectionId, options DeleteConfigManagerCollectionOperationOptions) (result DeleteConfigManagerCollectionOperationResponse, err error)
DeleteConfigManagerCollection - Delete navigation property configManagerCollections for deviceManagement
func (ConfigManagerCollectionClient) GetConfigManagerCollection ¶
func (c ConfigManagerCollectionClient) GetConfigManagerCollection(ctx context.Context, id beta.DeviceManagementConfigManagerCollectionId, options GetConfigManagerCollectionOperationOptions) (result GetConfigManagerCollectionOperationResponse, err error)
GetConfigManagerCollection - Get configManagerCollections from deviceManagement. A list of ConfigManagerCollection
func (ConfigManagerCollectionClient) GetConfigManagerCollectionsCount ¶
func (c ConfigManagerCollectionClient) GetConfigManagerCollectionsCount(ctx context.Context, options GetConfigManagerCollectionsCountOperationOptions) (result GetConfigManagerCollectionsCountOperationResponse, err error)
GetConfigManagerCollectionsCount - Get the number of the resource
func (ConfigManagerCollectionClient) ListConfigManagerCollections ¶
func (c ConfigManagerCollectionClient) ListConfigManagerCollections(ctx context.Context, options ListConfigManagerCollectionsOperationOptions) (result ListConfigManagerCollectionsOperationResponse, err error)
ListConfigManagerCollections - Get configManagerCollections from deviceManagement. A list of ConfigManagerCollection
func (ConfigManagerCollectionClient) ListConfigManagerCollectionsComplete ¶
func (c ConfigManagerCollectionClient) ListConfigManagerCollectionsComplete(ctx context.Context, options ListConfigManagerCollectionsOperationOptions) (ListConfigManagerCollectionsCompleteResult, error)
ListConfigManagerCollectionsComplete retrieves all the results into a single object
func (ConfigManagerCollectionClient) ListConfigManagerCollectionsCompleteMatchingPredicate ¶
func (c ConfigManagerCollectionClient) ListConfigManagerCollectionsCompleteMatchingPredicate(ctx context.Context, options ListConfigManagerCollectionsOperationOptions, predicate ConfigManagerCollectionOperationPredicate) (result ListConfigManagerCollectionsCompleteResult, err error)
ListConfigManagerCollectionsCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (ConfigManagerCollectionClient) UpdateConfigManagerCollection ¶
func (c ConfigManagerCollectionClient) UpdateConfigManagerCollection(ctx context.Context, id beta.DeviceManagementConfigManagerCollectionId, input beta.ConfigManagerCollection, options UpdateConfigManagerCollectionOperationOptions) (result UpdateConfigManagerCollectionOperationResponse, err error)
UpdateConfigManagerCollection - Update the navigation property configManagerCollections in deviceManagement
type ConfigManagerCollectionOperationPredicate ¶
type ConfigManagerCollectionOperationPredicate struct { }
func (ConfigManagerCollectionOperationPredicate) Matches ¶
func (p ConfigManagerCollectionOperationPredicate) Matches(input beta.ConfigManagerCollection) bool
type CreateConfigManagerCollectionOperationOptions ¶
type CreateConfigManagerCollectionOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreateConfigManagerCollectionOperationOptions ¶
func DefaultCreateConfigManagerCollectionOperationOptions() CreateConfigManagerCollectionOperationOptions
func (CreateConfigManagerCollectionOperationOptions) ToHeaders ¶
func (o CreateConfigManagerCollectionOperationOptions) ToHeaders() *client.Headers
func (CreateConfigManagerCollectionOperationOptions) ToOData ¶
func (o CreateConfigManagerCollectionOperationOptions) ToOData() *odata.Query
func (CreateConfigManagerCollectionOperationOptions) ToQuery ¶
func (o CreateConfigManagerCollectionOperationOptions) ToQuery() *client.QueryParams
type DeleteConfigManagerCollectionOperationOptions ¶
type DeleteConfigManagerCollectionOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteConfigManagerCollectionOperationOptions ¶
func DefaultDeleteConfigManagerCollectionOperationOptions() DeleteConfigManagerCollectionOperationOptions
func (DeleteConfigManagerCollectionOperationOptions) ToHeaders ¶
func (o DeleteConfigManagerCollectionOperationOptions) ToHeaders() *client.Headers
func (DeleteConfigManagerCollectionOperationOptions) ToOData ¶
func (o DeleteConfigManagerCollectionOperationOptions) ToOData() *odata.Query
func (DeleteConfigManagerCollectionOperationOptions) ToQuery ¶
func (o DeleteConfigManagerCollectionOperationOptions) ToQuery() *client.QueryParams
type GetConfigManagerCollectionOperationOptions ¶
type GetConfigManagerCollectionOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetConfigManagerCollectionOperationOptions ¶
func DefaultGetConfigManagerCollectionOperationOptions() GetConfigManagerCollectionOperationOptions
func (GetConfigManagerCollectionOperationOptions) ToHeaders ¶
func (o GetConfigManagerCollectionOperationOptions) ToHeaders() *client.Headers
func (GetConfigManagerCollectionOperationOptions) ToOData ¶
func (o GetConfigManagerCollectionOperationOptions) ToOData() *odata.Query
func (GetConfigManagerCollectionOperationOptions) ToQuery ¶
func (o GetConfigManagerCollectionOperationOptions) ToQuery() *client.QueryParams
type GetConfigManagerCollectionsCountOperationOptions ¶
type GetConfigManagerCollectionsCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetConfigManagerCollectionsCountOperationOptions ¶
func DefaultGetConfigManagerCollectionsCountOperationOptions() GetConfigManagerCollectionsCountOperationOptions
func (GetConfigManagerCollectionsCountOperationOptions) ToHeaders ¶
func (o GetConfigManagerCollectionsCountOperationOptions) ToHeaders() *client.Headers
func (GetConfigManagerCollectionsCountOperationOptions) ToOData ¶
func (o GetConfigManagerCollectionsCountOperationOptions) ToOData() *odata.Query
func (GetConfigManagerCollectionsCountOperationOptions) ToQuery ¶
func (o GetConfigManagerCollectionsCountOperationOptions) ToQuery() *client.QueryParams
type ListConfigManagerCollectionsCompleteResult ¶
type ListConfigManagerCollectionsCompleteResult struct { LatestHttpResponse *http.Response Items []beta.ConfigManagerCollection }
type ListConfigManagerCollectionsCustomPager ¶
type ListConfigManagerCollectionsCustomPager struct {
NextLink *odata.Link `json:"@odata.nextLink"`
}
func (*ListConfigManagerCollectionsCustomPager) NextPageLink ¶
func (p *ListConfigManagerCollectionsCustomPager) NextPageLink() *odata.Link
type ListConfigManagerCollectionsOperationOptions ¶
type ListConfigManagerCollectionsOperationOptions struct { Count *bool Expand *odata.Expand Filter *string Metadata *odata.Metadata OrderBy *odata.OrderBy RetryFunc client.RequestRetryFunc Search *string Select *[]string Skip *int64 Top *int64 }
func DefaultListConfigManagerCollectionsOperationOptions ¶
func DefaultListConfigManagerCollectionsOperationOptions() ListConfigManagerCollectionsOperationOptions
func (ListConfigManagerCollectionsOperationOptions) ToHeaders ¶
func (o ListConfigManagerCollectionsOperationOptions) ToHeaders() *client.Headers
func (ListConfigManagerCollectionsOperationOptions) ToOData ¶
func (o ListConfigManagerCollectionsOperationOptions) ToOData() *odata.Query
func (ListConfigManagerCollectionsOperationOptions) ToQuery ¶
func (o ListConfigManagerCollectionsOperationOptions) ToQuery() *client.QueryParams
type UpdateConfigManagerCollectionOperationOptions ¶
type UpdateConfigManagerCollectionOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdateConfigManagerCollectionOperationOptions ¶
func DefaultUpdateConfigManagerCollectionOperationOptions() UpdateConfigManagerCollectionOperationOptions
func (UpdateConfigManagerCollectionOperationOptions) ToHeaders ¶
func (o UpdateConfigManagerCollectionOperationOptions) ToHeaders() *client.Headers
func (UpdateConfigManagerCollectionOperationOptions) ToOData ¶
func (o UpdateConfigManagerCollectionOperationOptions) ToOData() *odata.Query
func (UpdateConfigManagerCollectionOperationOptions) ToQuery ¶
func (o UpdateConfigManagerCollectionOperationOptions) ToQuery() *client.QueryParams