Documentation ¶
Index ¶
- type CreateDeviceLocalCredentialOperationOptions
- type CreateDeviceLocalCredentialOperationResponse
- type DeleteDeviceLocalCredentialOperationOptions
- type DeleteDeviceLocalCredentialOperationResponse
- type DeviceLocalCredentialClient
- func (c DeviceLocalCredentialClient) CreateDeviceLocalCredential(ctx context.Context, input beta.DeviceLocalCredentialInfo, ...) (result CreateDeviceLocalCredentialOperationResponse, err error)
- func (c DeviceLocalCredentialClient) DeleteDeviceLocalCredential(ctx context.Context, id beta.DirectoryDeviceLocalCredentialId, ...) (result DeleteDeviceLocalCredentialOperationResponse, err error)
- func (c DeviceLocalCredentialClient) GetDeviceLocalCredential(ctx context.Context, id beta.DirectoryDeviceLocalCredentialId, ...) (result GetDeviceLocalCredentialOperationResponse, err error)
- func (c DeviceLocalCredentialClient) GetDeviceLocalCredentialsCount(ctx context.Context, options GetDeviceLocalCredentialsCountOperationOptions) (result GetDeviceLocalCredentialsCountOperationResponse, err error)
- func (c DeviceLocalCredentialClient) ListDeviceLocalCredentials(ctx context.Context, options ListDeviceLocalCredentialsOperationOptions) (result ListDeviceLocalCredentialsOperationResponse, err error)
- func (c DeviceLocalCredentialClient) ListDeviceLocalCredentialsComplete(ctx context.Context, options ListDeviceLocalCredentialsOperationOptions) (ListDeviceLocalCredentialsCompleteResult, error)
- func (c DeviceLocalCredentialClient) ListDeviceLocalCredentialsCompleteMatchingPredicate(ctx context.Context, options ListDeviceLocalCredentialsOperationOptions, ...) (result ListDeviceLocalCredentialsCompleteResult, err error)
- func (c DeviceLocalCredentialClient) UpdateDeviceLocalCredential(ctx context.Context, id beta.DirectoryDeviceLocalCredentialId, ...) (result UpdateDeviceLocalCredentialOperationResponse, err error)
- type DeviceLocalCredentialInfoOperationPredicate
- type GetDeviceLocalCredentialOperationOptions
- type GetDeviceLocalCredentialOperationResponse
- type GetDeviceLocalCredentialsCountOperationOptions
- type GetDeviceLocalCredentialsCountOperationResponse
- type ListDeviceLocalCredentialsCompleteResult
- type ListDeviceLocalCredentialsCustomPager
- type ListDeviceLocalCredentialsOperationOptions
- type ListDeviceLocalCredentialsOperationResponse
- type UpdateDeviceLocalCredentialOperationOptions
- type UpdateDeviceLocalCredentialOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateDeviceLocalCredentialOperationOptions ¶
type CreateDeviceLocalCredentialOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreateDeviceLocalCredentialOperationOptions ¶
func DefaultCreateDeviceLocalCredentialOperationOptions() CreateDeviceLocalCredentialOperationOptions
func (CreateDeviceLocalCredentialOperationOptions) ToHeaders ¶
func (o CreateDeviceLocalCredentialOperationOptions) ToHeaders() *client.Headers
func (CreateDeviceLocalCredentialOperationOptions) ToOData ¶
func (o CreateDeviceLocalCredentialOperationOptions) ToOData() *odata.Query
func (CreateDeviceLocalCredentialOperationOptions) ToQuery ¶
func (o CreateDeviceLocalCredentialOperationOptions) ToQuery() *client.QueryParams
type DeleteDeviceLocalCredentialOperationOptions ¶
type DeleteDeviceLocalCredentialOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteDeviceLocalCredentialOperationOptions ¶
func DefaultDeleteDeviceLocalCredentialOperationOptions() DeleteDeviceLocalCredentialOperationOptions
func (DeleteDeviceLocalCredentialOperationOptions) ToHeaders ¶
func (o DeleteDeviceLocalCredentialOperationOptions) ToHeaders() *client.Headers
func (DeleteDeviceLocalCredentialOperationOptions) ToOData ¶
func (o DeleteDeviceLocalCredentialOperationOptions) ToOData() *odata.Query
func (DeleteDeviceLocalCredentialOperationOptions) ToQuery ¶
func (o DeleteDeviceLocalCredentialOperationOptions) ToQuery() *client.QueryParams
type DeviceLocalCredentialClient ¶
func NewDeviceLocalCredentialClientWithBaseURI ¶
func NewDeviceLocalCredentialClientWithBaseURI(sdkApi sdkEnv.Api) (*DeviceLocalCredentialClient, error)
func (DeviceLocalCredentialClient) CreateDeviceLocalCredential ¶
func (c DeviceLocalCredentialClient) CreateDeviceLocalCredential(ctx context.Context, input beta.DeviceLocalCredentialInfo, options CreateDeviceLocalCredentialOperationOptions) (result CreateDeviceLocalCredentialOperationResponse, err error)
CreateDeviceLocalCredential - Create new navigation property to deviceLocalCredentials for directory
func (DeviceLocalCredentialClient) DeleteDeviceLocalCredential ¶
func (c DeviceLocalCredentialClient) DeleteDeviceLocalCredential(ctx context.Context, id beta.DirectoryDeviceLocalCredentialId, options DeleteDeviceLocalCredentialOperationOptions) (result DeleteDeviceLocalCredentialOperationResponse, err error)
DeleteDeviceLocalCredential - Delete navigation property deviceLocalCredentials for directory
func (DeviceLocalCredentialClient) GetDeviceLocalCredential ¶
func (c DeviceLocalCredentialClient) GetDeviceLocalCredential(ctx context.Context, id beta.DirectoryDeviceLocalCredentialId, options GetDeviceLocalCredentialOperationOptions) (result GetDeviceLocalCredentialOperationResponse, err error)
GetDeviceLocalCredential - Get deviceLocalCredentialInfo. Retrieve the properties of a deviceLocalCredentialInfo for a specified device object.
func (DeviceLocalCredentialClient) GetDeviceLocalCredentialsCount ¶
func (c DeviceLocalCredentialClient) GetDeviceLocalCredentialsCount(ctx context.Context, options GetDeviceLocalCredentialsCountOperationOptions) (result GetDeviceLocalCredentialsCountOperationResponse, err error)
GetDeviceLocalCredentialsCount - Get the number of the resource
func (DeviceLocalCredentialClient) ListDeviceLocalCredentials ¶
func (c DeviceLocalCredentialClient) ListDeviceLocalCredentials(ctx context.Context, options ListDeviceLocalCredentialsOperationOptions) (result ListDeviceLocalCredentialsOperationResponse, err error)
ListDeviceLocalCredentials - List deviceLocalCredentialInfo. Get a list of the deviceLocalCredentialInfo objects and their properties excluding the credentials.
func (DeviceLocalCredentialClient) ListDeviceLocalCredentialsComplete ¶
func (c DeviceLocalCredentialClient) ListDeviceLocalCredentialsComplete(ctx context.Context, options ListDeviceLocalCredentialsOperationOptions) (ListDeviceLocalCredentialsCompleteResult, error)
ListDeviceLocalCredentialsComplete retrieves all the results into a single object
func (DeviceLocalCredentialClient) ListDeviceLocalCredentialsCompleteMatchingPredicate ¶
func (c DeviceLocalCredentialClient) ListDeviceLocalCredentialsCompleteMatchingPredicate(ctx context.Context, options ListDeviceLocalCredentialsOperationOptions, predicate DeviceLocalCredentialInfoOperationPredicate) (result ListDeviceLocalCredentialsCompleteResult, err error)
ListDeviceLocalCredentialsCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (DeviceLocalCredentialClient) UpdateDeviceLocalCredential ¶
func (c DeviceLocalCredentialClient) UpdateDeviceLocalCredential(ctx context.Context, id beta.DirectoryDeviceLocalCredentialId, input beta.DeviceLocalCredentialInfo, options UpdateDeviceLocalCredentialOperationOptions) (result UpdateDeviceLocalCredentialOperationResponse, err error)
UpdateDeviceLocalCredential - Update the navigation property deviceLocalCredentials in directory
type DeviceLocalCredentialInfoOperationPredicate ¶
type DeviceLocalCredentialInfoOperationPredicate struct { }
func (DeviceLocalCredentialInfoOperationPredicate) Matches ¶
func (p DeviceLocalCredentialInfoOperationPredicate) Matches(input beta.DeviceLocalCredentialInfo) bool
type GetDeviceLocalCredentialOperationOptions ¶
type GetDeviceLocalCredentialOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetDeviceLocalCredentialOperationOptions ¶
func DefaultGetDeviceLocalCredentialOperationOptions() GetDeviceLocalCredentialOperationOptions
func (GetDeviceLocalCredentialOperationOptions) ToHeaders ¶
func (o GetDeviceLocalCredentialOperationOptions) ToHeaders() *client.Headers
func (GetDeviceLocalCredentialOperationOptions) ToOData ¶
func (o GetDeviceLocalCredentialOperationOptions) ToOData() *odata.Query
func (GetDeviceLocalCredentialOperationOptions) ToQuery ¶
func (o GetDeviceLocalCredentialOperationOptions) ToQuery() *client.QueryParams
type GetDeviceLocalCredentialsCountOperationOptions ¶
type GetDeviceLocalCredentialsCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetDeviceLocalCredentialsCountOperationOptions ¶
func DefaultGetDeviceLocalCredentialsCountOperationOptions() GetDeviceLocalCredentialsCountOperationOptions
func (GetDeviceLocalCredentialsCountOperationOptions) ToHeaders ¶
func (o GetDeviceLocalCredentialsCountOperationOptions) ToHeaders() *client.Headers
func (GetDeviceLocalCredentialsCountOperationOptions) ToOData ¶
func (o GetDeviceLocalCredentialsCountOperationOptions) ToOData() *odata.Query
func (GetDeviceLocalCredentialsCountOperationOptions) ToQuery ¶
func (o GetDeviceLocalCredentialsCountOperationOptions) ToQuery() *client.QueryParams
type ListDeviceLocalCredentialsCompleteResult ¶
type ListDeviceLocalCredentialsCompleteResult struct { LatestHttpResponse *http.Response Items []beta.DeviceLocalCredentialInfo }
type ListDeviceLocalCredentialsCustomPager ¶
func (*ListDeviceLocalCredentialsCustomPager) NextPageLink ¶
func (p *ListDeviceLocalCredentialsCustomPager) NextPageLink() *odata.Link
type ListDeviceLocalCredentialsOperationOptions ¶
type ListDeviceLocalCredentialsOperationOptions 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 DefaultListDeviceLocalCredentialsOperationOptions ¶
func DefaultListDeviceLocalCredentialsOperationOptions() ListDeviceLocalCredentialsOperationOptions
func (ListDeviceLocalCredentialsOperationOptions) ToHeaders ¶
func (o ListDeviceLocalCredentialsOperationOptions) ToHeaders() *client.Headers
func (ListDeviceLocalCredentialsOperationOptions) ToOData ¶
func (o ListDeviceLocalCredentialsOperationOptions) ToOData() *odata.Query
func (ListDeviceLocalCredentialsOperationOptions) ToQuery ¶
func (o ListDeviceLocalCredentialsOperationOptions) ToQuery() *client.QueryParams
type UpdateDeviceLocalCredentialOperationOptions ¶
type UpdateDeviceLocalCredentialOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdateDeviceLocalCredentialOperationOptions ¶
func DefaultUpdateDeviceLocalCredentialOperationOptions() UpdateDeviceLocalCredentialOperationOptions
func (UpdateDeviceLocalCredentialOperationOptions) ToHeaders ¶
func (o UpdateDeviceLocalCredentialOperationOptions) ToHeaders() *client.Headers
func (UpdateDeviceLocalCredentialOperationOptions) ToOData ¶
func (o UpdateDeviceLocalCredentialOperationOptions) ToOData() *odata.Query
func (UpdateDeviceLocalCredentialOperationOptions) ToQuery ¶
func (o UpdateDeviceLocalCredentialOperationOptions) ToQuery() *client.QueryParams