Documentation ¶
Index ¶
- type AssignEmbeddedSIMActivationCodePoolsCompleteResult
- type AssignEmbeddedSIMActivationCodePoolsCustomPager
- type AssignEmbeddedSIMActivationCodePoolsOperationOptions
- type AssignEmbeddedSIMActivationCodePoolsOperationResponse
- type AssignEmbeddedSIMActivationCodePoolsRequest
- type CreateEmbeddedSIMActivationCodePoolOperationOptions
- type CreateEmbeddedSIMActivationCodePoolOperationResponse
- type DeleteEmbeddedSIMActivationCodePoolOperationOptions
- type DeleteEmbeddedSIMActivationCodePoolOperationResponse
- type EmbeddedSIMActivationCodePoolAssignmentOperationPredicate
- type EmbeddedSIMActivationCodePoolClient
- func (c EmbeddedSIMActivationCodePoolClient) AssignEmbeddedSIMActivationCodePools(ctx context.Context, id beta.DeviceManagementEmbeddedSIMActivationCodePoolId, ...) (result AssignEmbeddedSIMActivationCodePoolsOperationResponse, err error)
- func (c EmbeddedSIMActivationCodePoolClient) AssignEmbeddedSIMActivationCodePoolsComplete(ctx context.Context, id beta.DeviceManagementEmbeddedSIMActivationCodePoolId, ...) (AssignEmbeddedSIMActivationCodePoolsCompleteResult, error)
- func (c EmbeddedSIMActivationCodePoolClient) AssignEmbeddedSIMActivationCodePoolsCompleteMatchingPredicate(ctx context.Context, id beta.DeviceManagementEmbeddedSIMActivationCodePoolId, ...) (result AssignEmbeddedSIMActivationCodePoolsCompleteResult, err error)
- func (c EmbeddedSIMActivationCodePoolClient) CreateEmbeddedSIMActivationCodePool(ctx context.Context, input beta.EmbeddedSIMActivationCodePool, ...) (result CreateEmbeddedSIMActivationCodePoolOperationResponse, err error)
- func (c EmbeddedSIMActivationCodePoolClient) DeleteEmbeddedSIMActivationCodePool(ctx context.Context, id beta.DeviceManagementEmbeddedSIMActivationCodePoolId, ...) (result DeleteEmbeddedSIMActivationCodePoolOperationResponse, err error)
- func (c EmbeddedSIMActivationCodePoolClient) GetEmbeddedSIMActivationCodePool(ctx context.Context, id beta.DeviceManagementEmbeddedSIMActivationCodePoolId, ...) (result GetEmbeddedSIMActivationCodePoolOperationResponse, err error)
- func (c EmbeddedSIMActivationCodePoolClient) GetEmbeddedSIMActivationCodePoolsCount(ctx context.Context, ...) (result GetEmbeddedSIMActivationCodePoolsCountOperationResponse, err error)
- func (c EmbeddedSIMActivationCodePoolClient) ListEmbeddedSIMActivationCodePools(ctx context.Context, ...) (result ListEmbeddedSIMActivationCodePoolsOperationResponse, err error)
- func (c EmbeddedSIMActivationCodePoolClient) ListEmbeddedSIMActivationCodePoolsComplete(ctx context.Context, ...) (ListEmbeddedSIMActivationCodePoolsCompleteResult, error)
- func (c EmbeddedSIMActivationCodePoolClient) ListEmbeddedSIMActivationCodePoolsCompleteMatchingPredicate(ctx context.Context, ...) (result ListEmbeddedSIMActivationCodePoolsCompleteResult, err error)
- func (c EmbeddedSIMActivationCodePoolClient) UpdateEmbeddedSIMActivationCodePool(ctx context.Context, id beta.DeviceManagementEmbeddedSIMActivationCodePoolId, ...) (result UpdateEmbeddedSIMActivationCodePoolOperationResponse, err error)
- type EmbeddedSIMActivationCodePoolOperationPredicate
- type GetEmbeddedSIMActivationCodePoolOperationOptions
- type GetEmbeddedSIMActivationCodePoolOperationResponse
- type GetEmbeddedSIMActivationCodePoolsCountOperationOptions
- type GetEmbeddedSIMActivationCodePoolsCountOperationResponse
- type ListEmbeddedSIMActivationCodePoolsCompleteResult
- type ListEmbeddedSIMActivationCodePoolsCustomPager
- type ListEmbeddedSIMActivationCodePoolsOperationOptions
- type ListEmbeddedSIMActivationCodePoolsOperationResponse
- type UpdateEmbeddedSIMActivationCodePoolOperationOptions
- type UpdateEmbeddedSIMActivationCodePoolOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AssignEmbeddedSIMActivationCodePoolsCompleteResult ¶
type AssignEmbeddedSIMActivationCodePoolsCompleteResult struct { LatestHttpResponse *http.Response Items []beta.EmbeddedSIMActivationCodePoolAssignment }
type AssignEmbeddedSIMActivationCodePoolsCustomPager ¶
type AssignEmbeddedSIMActivationCodePoolsCustomPager struct {
NextLink *odata.Link `json:"@odata.nextLink"`
}
func (*AssignEmbeddedSIMActivationCodePoolsCustomPager) NextPageLink ¶
func (p *AssignEmbeddedSIMActivationCodePoolsCustomPager) NextPageLink() *odata.Link
type AssignEmbeddedSIMActivationCodePoolsOperationOptions ¶
type AssignEmbeddedSIMActivationCodePoolsOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Skip *int64 Top *int64 }
func DefaultAssignEmbeddedSIMActivationCodePoolsOperationOptions ¶
func DefaultAssignEmbeddedSIMActivationCodePoolsOperationOptions() AssignEmbeddedSIMActivationCodePoolsOperationOptions
func (AssignEmbeddedSIMActivationCodePoolsOperationOptions) ToHeaders ¶
func (o AssignEmbeddedSIMActivationCodePoolsOperationOptions) ToHeaders() *client.Headers
func (AssignEmbeddedSIMActivationCodePoolsOperationOptions) ToOData ¶
func (o AssignEmbeddedSIMActivationCodePoolsOperationOptions) ToOData() *odata.Query
func (AssignEmbeddedSIMActivationCodePoolsOperationOptions) ToQuery ¶
func (o AssignEmbeddedSIMActivationCodePoolsOperationOptions) ToQuery() *client.QueryParams
type AssignEmbeddedSIMActivationCodePoolsRequest ¶
type AssignEmbeddedSIMActivationCodePoolsRequest struct {
Assignments *[]beta.EmbeddedSIMActivationCodePoolAssignment `json:"assignments,omitempty"`
}
type CreateEmbeddedSIMActivationCodePoolOperationOptions ¶
type CreateEmbeddedSIMActivationCodePoolOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreateEmbeddedSIMActivationCodePoolOperationOptions ¶
func DefaultCreateEmbeddedSIMActivationCodePoolOperationOptions() CreateEmbeddedSIMActivationCodePoolOperationOptions
func (CreateEmbeddedSIMActivationCodePoolOperationOptions) ToHeaders ¶
func (o CreateEmbeddedSIMActivationCodePoolOperationOptions) ToHeaders() *client.Headers
func (CreateEmbeddedSIMActivationCodePoolOperationOptions) ToOData ¶
func (o CreateEmbeddedSIMActivationCodePoolOperationOptions) ToOData() *odata.Query
func (CreateEmbeddedSIMActivationCodePoolOperationOptions) ToQuery ¶
func (o CreateEmbeddedSIMActivationCodePoolOperationOptions) ToQuery() *client.QueryParams
type DeleteEmbeddedSIMActivationCodePoolOperationOptions ¶
type DeleteEmbeddedSIMActivationCodePoolOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteEmbeddedSIMActivationCodePoolOperationOptions ¶
func DefaultDeleteEmbeddedSIMActivationCodePoolOperationOptions() DeleteEmbeddedSIMActivationCodePoolOperationOptions
func (DeleteEmbeddedSIMActivationCodePoolOperationOptions) ToHeaders ¶
func (o DeleteEmbeddedSIMActivationCodePoolOperationOptions) ToHeaders() *client.Headers
func (DeleteEmbeddedSIMActivationCodePoolOperationOptions) ToOData ¶
func (o DeleteEmbeddedSIMActivationCodePoolOperationOptions) ToOData() *odata.Query
func (DeleteEmbeddedSIMActivationCodePoolOperationOptions) ToQuery ¶
func (o DeleteEmbeddedSIMActivationCodePoolOperationOptions) ToQuery() *client.QueryParams
type EmbeddedSIMActivationCodePoolAssignmentOperationPredicate ¶
type EmbeddedSIMActivationCodePoolAssignmentOperationPredicate struct { }
func (EmbeddedSIMActivationCodePoolAssignmentOperationPredicate) Matches ¶
func (p EmbeddedSIMActivationCodePoolAssignmentOperationPredicate) Matches(input beta.EmbeddedSIMActivationCodePoolAssignment) bool
type EmbeddedSIMActivationCodePoolClient ¶
func NewEmbeddedSIMActivationCodePoolClientWithBaseURI ¶
func NewEmbeddedSIMActivationCodePoolClientWithBaseURI(sdkApi sdkEnv.Api) (*EmbeddedSIMActivationCodePoolClient, error)
func (EmbeddedSIMActivationCodePoolClient) AssignEmbeddedSIMActivationCodePools ¶
func (c EmbeddedSIMActivationCodePoolClient) AssignEmbeddedSIMActivationCodePools(ctx context.Context, id beta.DeviceManagementEmbeddedSIMActivationCodePoolId, input AssignEmbeddedSIMActivationCodePoolsRequest, options AssignEmbeddedSIMActivationCodePoolsOperationOptions) (result AssignEmbeddedSIMActivationCodePoolsOperationResponse, err error)
AssignEmbeddedSIMActivationCodePools - Invoke action assign
func (EmbeddedSIMActivationCodePoolClient) AssignEmbeddedSIMActivationCodePoolsComplete ¶
func (c EmbeddedSIMActivationCodePoolClient) AssignEmbeddedSIMActivationCodePoolsComplete(ctx context.Context, id beta.DeviceManagementEmbeddedSIMActivationCodePoolId, input AssignEmbeddedSIMActivationCodePoolsRequest, options AssignEmbeddedSIMActivationCodePoolsOperationOptions) (AssignEmbeddedSIMActivationCodePoolsCompleteResult, error)
AssignEmbeddedSIMActivationCodePoolsComplete retrieves all the results into a single object
func (EmbeddedSIMActivationCodePoolClient) AssignEmbeddedSIMActivationCodePoolsCompleteMatchingPredicate ¶
func (c EmbeddedSIMActivationCodePoolClient) AssignEmbeddedSIMActivationCodePoolsCompleteMatchingPredicate(ctx context.Context, id beta.DeviceManagementEmbeddedSIMActivationCodePoolId, input AssignEmbeddedSIMActivationCodePoolsRequest, options AssignEmbeddedSIMActivationCodePoolsOperationOptions, predicate EmbeddedSIMActivationCodePoolAssignmentOperationPredicate) (result AssignEmbeddedSIMActivationCodePoolsCompleteResult, err error)
AssignEmbeddedSIMActivationCodePoolsCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (EmbeddedSIMActivationCodePoolClient) CreateEmbeddedSIMActivationCodePool ¶
func (c EmbeddedSIMActivationCodePoolClient) CreateEmbeddedSIMActivationCodePool(ctx context.Context, input beta.EmbeddedSIMActivationCodePool, options CreateEmbeddedSIMActivationCodePoolOperationOptions) (result CreateEmbeddedSIMActivationCodePoolOperationResponse, err error)
CreateEmbeddedSIMActivationCodePool - Create new navigation property to embeddedSIMActivationCodePools for deviceManagement
func (EmbeddedSIMActivationCodePoolClient) DeleteEmbeddedSIMActivationCodePool ¶
func (c EmbeddedSIMActivationCodePoolClient) DeleteEmbeddedSIMActivationCodePool(ctx context.Context, id beta.DeviceManagementEmbeddedSIMActivationCodePoolId, options DeleteEmbeddedSIMActivationCodePoolOperationOptions) (result DeleteEmbeddedSIMActivationCodePoolOperationResponse, err error)
DeleteEmbeddedSIMActivationCodePool - Delete navigation property embeddedSIMActivationCodePools for deviceManagement
func (EmbeddedSIMActivationCodePoolClient) GetEmbeddedSIMActivationCodePool ¶
func (c EmbeddedSIMActivationCodePoolClient) GetEmbeddedSIMActivationCodePool(ctx context.Context, id beta.DeviceManagementEmbeddedSIMActivationCodePoolId, options GetEmbeddedSIMActivationCodePoolOperationOptions) (result GetEmbeddedSIMActivationCodePoolOperationResponse, err error)
GetEmbeddedSIMActivationCodePool - Get embeddedSIMActivationCodePools from deviceManagement. The embedded SIM activation code pools created by this account.
func (EmbeddedSIMActivationCodePoolClient) GetEmbeddedSIMActivationCodePoolsCount ¶
func (c EmbeddedSIMActivationCodePoolClient) GetEmbeddedSIMActivationCodePoolsCount(ctx context.Context, options GetEmbeddedSIMActivationCodePoolsCountOperationOptions) (result GetEmbeddedSIMActivationCodePoolsCountOperationResponse, err error)
GetEmbeddedSIMActivationCodePoolsCount - Get the number of the resource
func (EmbeddedSIMActivationCodePoolClient) ListEmbeddedSIMActivationCodePools ¶
func (c EmbeddedSIMActivationCodePoolClient) ListEmbeddedSIMActivationCodePools(ctx context.Context, options ListEmbeddedSIMActivationCodePoolsOperationOptions) (result ListEmbeddedSIMActivationCodePoolsOperationResponse, err error)
ListEmbeddedSIMActivationCodePools - Get embeddedSIMActivationCodePools from deviceManagement. The embedded SIM activation code pools created by this account.
func (EmbeddedSIMActivationCodePoolClient) ListEmbeddedSIMActivationCodePoolsComplete ¶
func (c EmbeddedSIMActivationCodePoolClient) ListEmbeddedSIMActivationCodePoolsComplete(ctx context.Context, options ListEmbeddedSIMActivationCodePoolsOperationOptions) (ListEmbeddedSIMActivationCodePoolsCompleteResult, error)
ListEmbeddedSIMActivationCodePoolsComplete retrieves all the results into a single object
func (EmbeddedSIMActivationCodePoolClient) ListEmbeddedSIMActivationCodePoolsCompleteMatchingPredicate ¶
func (c EmbeddedSIMActivationCodePoolClient) ListEmbeddedSIMActivationCodePoolsCompleteMatchingPredicate(ctx context.Context, options ListEmbeddedSIMActivationCodePoolsOperationOptions, predicate EmbeddedSIMActivationCodePoolOperationPredicate) (result ListEmbeddedSIMActivationCodePoolsCompleteResult, err error)
ListEmbeddedSIMActivationCodePoolsCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (EmbeddedSIMActivationCodePoolClient) UpdateEmbeddedSIMActivationCodePool ¶
func (c EmbeddedSIMActivationCodePoolClient) UpdateEmbeddedSIMActivationCodePool(ctx context.Context, id beta.DeviceManagementEmbeddedSIMActivationCodePoolId, input beta.EmbeddedSIMActivationCodePool, options UpdateEmbeddedSIMActivationCodePoolOperationOptions) (result UpdateEmbeddedSIMActivationCodePoolOperationResponse, err error)
UpdateEmbeddedSIMActivationCodePool - Update the navigation property embeddedSIMActivationCodePools in deviceManagement
type EmbeddedSIMActivationCodePoolOperationPredicate ¶
type EmbeddedSIMActivationCodePoolOperationPredicate struct { }
func (EmbeddedSIMActivationCodePoolOperationPredicate) Matches ¶
func (p EmbeddedSIMActivationCodePoolOperationPredicate) Matches(input beta.EmbeddedSIMActivationCodePool) bool
type GetEmbeddedSIMActivationCodePoolOperationOptions ¶
type GetEmbeddedSIMActivationCodePoolOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetEmbeddedSIMActivationCodePoolOperationOptions ¶
func DefaultGetEmbeddedSIMActivationCodePoolOperationOptions() GetEmbeddedSIMActivationCodePoolOperationOptions
func (GetEmbeddedSIMActivationCodePoolOperationOptions) ToHeaders ¶
func (o GetEmbeddedSIMActivationCodePoolOperationOptions) ToHeaders() *client.Headers
func (GetEmbeddedSIMActivationCodePoolOperationOptions) ToOData ¶
func (o GetEmbeddedSIMActivationCodePoolOperationOptions) ToOData() *odata.Query
func (GetEmbeddedSIMActivationCodePoolOperationOptions) ToQuery ¶
func (o GetEmbeddedSIMActivationCodePoolOperationOptions) ToQuery() *client.QueryParams
type GetEmbeddedSIMActivationCodePoolsCountOperationOptions ¶
type GetEmbeddedSIMActivationCodePoolsCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetEmbeddedSIMActivationCodePoolsCountOperationOptions ¶
func DefaultGetEmbeddedSIMActivationCodePoolsCountOperationOptions() GetEmbeddedSIMActivationCodePoolsCountOperationOptions
func (GetEmbeddedSIMActivationCodePoolsCountOperationOptions) ToHeaders ¶
func (o GetEmbeddedSIMActivationCodePoolsCountOperationOptions) ToHeaders() *client.Headers
func (GetEmbeddedSIMActivationCodePoolsCountOperationOptions) ToOData ¶
func (o GetEmbeddedSIMActivationCodePoolsCountOperationOptions) ToOData() *odata.Query
func (GetEmbeddedSIMActivationCodePoolsCountOperationOptions) ToQuery ¶
func (o GetEmbeddedSIMActivationCodePoolsCountOperationOptions) ToQuery() *client.QueryParams
type ListEmbeddedSIMActivationCodePoolsCompleteResult ¶
type ListEmbeddedSIMActivationCodePoolsCompleteResult struct { LatestHttpResponse *http.Response Items []beta.EmbeddedSIMActivationCodePool }
type ListEmbeddedSIMActivationCodePoolsCustomPager ¶
type ListEmbeddedSIMActivationCodePoolsCustomPager struct {
NextLink *odata.Link `json:"@odata.nextLink"`
}
func (*ListEmbeddedSIMActivationCodePoolsCustomPager) NextPageLink ¶
func (p *ListEmbeddedSIMActivationCodePoolsCustomPager) NextPageLink() *odata.Link
type ListEmbeddedSIMActivationCodePoolsOperationOptions ¶
type ListEmbeddedSIMActivationCodePoolsOperationOptions 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 DefaultListEmbeddedSIMActivationCodePoolsOperationOptions ¶
func DefaultListEmbeddedSIMActivationCodePoolsOperationOptions() ListEmbeddedSIMActivationCodePoolsOperationOptions
func (ListEmbeddedSIMActivationCodePoolsOperationOptions) ToHeaders ¶
func (o ListEmbeddedSIMActivationCodePoolsOperationOptions) ToHeaders() *client.Headers
func (ListEmbeddedSIMActivationCodePoolsOperationOptions) ToOData ¶
func (o ListEmbeddedSIMActivationCodePoolsOperationOptions) ToOData() *odata.Query
func (ListEmbeddedSIMActivationCodePoolsOperationOptions) ToQuery ¶
func (o ListEmbeddedSIMActivationCodePoolsOperationOptions) ToQuery() *client.QueryParams
type UpdateEmbeddedSIMActivationCodePoolOperationOptions ¶
type UpdateEmbeddedSIMActivationCodePoolOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdateEmbeddedSIMActivationCodePoolOperationOptions ¶
func DefaultUpdateEmbeddedSIMActivationCodePoolOperationOptions() UpdateEmbeddedSIMActivationCodePoolOperationOptions
func (UpdateEmbeddedSIMActivationCodePoolOperationOptions) ToHeaders ¶
func (o UpdateEmbeddedSIMActivationCodePoolOperationOptions) ToHeaders() *client.Headers
func (UpdateEmbeddedSIMActivationCodePoolOperationOptions) ToOData ¶
func (o UpdateEmbeddedSIMActivationCodePoolOperationOptions) ToOData() *odata.Query
func (UpdateEmbeddedSIMActivationCodePoolOperationOptions) ToQuery ¶
func (o UpdateEmbeddedSIMActivationCodePoolOperationOptions) ToQuery() *client.QueryParams
Source Files ¶
- client.go
- method_assignembeddedsimactivationcodepools.go
- method_createembeddedsimactivationcodepool.go
- method_deleteembeddedsimactivationcodepool.go
- method_getembeddedsimactivationcodepool.go
- method_getembeddedsimactivationcodepoolscount.go
- method_listembeddedsimactivationcodepools.go
- method_updateembeddedsimactivationcodepool.go
- model_assignembeddedsimactivationcodepoolsrequest.go
- predicates.go
- version.go