Documentation ¶
Index ¶
- type BitlockerRecoveryKeyOperationPredicate
- type GetInformationProtectionBitlockerRecoveryKeyOperationOptions
- type GetInformationProtectionBitlockerRecoveryKeyOperationResponse
- type GetInformationProtectionBitlockerRecoveryKeysCountOperationOptions
- func (o GetInformationProtectionBitlockerRecoveryKeysCountOperationOptions) ToHeaders() *client.Headers
- func (o GetInformationProtectionBitlockerRecoveryKeysCountOperationOptions) ToOData() *odata.Query
- func (o GetInformationProtectionBitlockerRecoveryKeysCountOperationOptions) ToQuery() *client.QueryParams
- type GetInformationProtectionBitlockerRecoveryKeysCountOperationResponse
- type InformationProtectionBitlockerRecoveryKeyClient
- func (c InformationProtectionBitlockerRecoveryKeyClient) GetInformationProtectionBitlockerRecoveryKey(ctx context.Context, id beta.UserIdInformationProtectionBitlockerRecoveryKeyId, ...) (result GetInformationProtectionBitlockerRecoveryKeyOperationResponse, ...)
- func (c InformationProtectionBitlockerRecoveryKeyClient) GetInformationProtectionBitlockerRecoveryKeysCount(ctx context.Context, id beta.UserId, ...) (result GetInformationProtectionBitlockerRecoveryKeysCountOperationResponse, ...)
- func (c InformationProtectionBitlockerRecoveryKeyClient) ListInformationProtectionBitlockerRecoveryKeys(ctx context.Context, id beta.UserId, ...) (result ListInformationProtectionBitlockerRecoveryKeysOperationResponse, ...)
- func (c InformationProtectionBitlockerRecoveryKeyClient) ListInformationProtectionBitlockerRecoveryKeysComplete(ctx context.Context, id beta.UserId, ...) (ListInformationProtectionBitlockerRecoveryKeysCompleteResult, error)
- func (c InformationProtectionBitlockerRecoveryKeyClient) ListInformationProtectionBitlockerRecoveryKeysCompleteMatchingPredicate(ctx context.Context, id beta.UserId, ...) (result ListInformationProtectionBitlockerRecoveryKeysCompleteResult, err error)
- type ListInformationProtectionBitlockerRecoveryKeysCompleteResult
- type ListInformationProtectionBitlockerRecoveryKeysCustomPager
- type ListInformationProtectionBitlockerRecoveryKeysOperationOptions
- type ListInformationProtectionBitlockerRecoveryKeysOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BitlockerRecoveryKeyOperationPredicate ¶
type BitlockerRecoveryKeyOperationPredicate struct { }
func (BitlockerRecoveryKeyOperationPredicate) Matches ¶
func (p BitlockerRecoveryKeyOperationPredicate) Matches(input beta.BitlockerRecoveryKey) bool
type GetInformationProtectionBitlockerRecoveryKeyOperationOptions ¶
type GetInformationProtectionBitlockerRecoveryKeyOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetInformationProtectionBitlockerRecoveryKeyOperationOptions ¶
func DefaultGetInformationProtectionBitlockerRecoveryKeyOperationOptions() GetInformationProtectionBitlockerRecoveryKeyOperationOptions
func (GetInformationProtectionBitlockerRecoveryKeyOperationOptions) ToHeaders ¶
func (o GetInformationProtectionBitlockerRecoveryKeyOperationOptions) ToHeaders() *client.Headers
func (GetInformationProtectionBitlockerRecoveryKeyOperationOptions) ToOData ¶
func (o GetInformationProtectionBitlockerRecoveryKeyOperationOptions) ToOData() *odata.Query
func (GetInformationProtectionBitlockerRecoveryKeyOperationOptions) ToQuery ¶
func (o GetInformationProtectionBitlockerRecoveryKeyOperationOptions) ToQuery() *client.QueryParams
type GetInformationProtectionBitlockerRecoveryKeysCountOperationOptions ¶
type GetInformationProtectionBitlockerRecoveryKeysCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetInformationProtectionBitlockerRecoveryKeysCountOperationOptions ¶
func DefaultGetInformationProtectionBitlockerRecoveryKeysCountOperationOptions() GetInformationProtectionBitlockerRecoveryKeysCountOperationOptions
func (GetInformationProtectionBitlockerRecoveryKeysCountOperationOptions) ToHeaders ¶
func (o GetInformationProtectionBitlockerRecoveryKeysCountOperationOptions) ToHeaders() *client.Headers
func (GetInformationProtectionBitlockerRecoveryKeysCountOperationOptions) ToOData ¶
func (o GetInformationProtectionBitlockerRecoveryKeysCountOperationOptions) ToOData() *odata.Query
func (GetInformationProtectionBitlockerRecoveryKeysCountOperationOptions) ToQuery ¶
func (o GetInformationProtectionBitlockerRecoveryKeysCountOperationOptions) ToQuery() *client.QueryParams
type InformationProtectionBitlockerRecoveryKeyClient ¶
func NewInformationProtectionBitlockerRecoveryKeyClientWithBaseURI ¶
func NewInformationProtectionBitlockerRecoveryKeyClientWithBaseURI(sdkApi sdkEnv.Api) (*InformationProtectionBitlockerRecoveryKeyClient, error)
func (InformationProtectionBitlockerRecoveryKeyClient) GetInformationProtectionBitlockerRecoveryKey ¶
func (c InformationProtectionBitlockerRecoveryKeyClient) GetInformationProtectionBitlockerRecoveryKey(ctx context.Context, id beta.UserIdInformationProtectionBitlockerRecoveryKeyId, options GetInformationProtectionBitlockerRecoveryKeyOperationOptions) (result GetInformationProtectionBitlockerRecoveryKeyOperationResponse, err error)
GetInformationProtectionBitlockerRecoveryKey - Get recoveryKeys from users. The recovery keys associated with the bitlocker entity.
func (InformationProtectionBitlockerRecoveryKeyClient) GetInformationProtectionBitlockerRecoveryKeysCount ¶
func (c InformationProtectionBitlockerRecoveryKeyClient) GetInformationProtectionBitlockerRecoveryKeysCount(ctx context.Context, id beta.UserId, options GetInformationProtectionBitlockerRecoveryKeysCountOperationOptions) (result GetInformationProtectionBitlockerRecoveryKeysCountOperationResponse, err error)
GetInformationProtectionBitlockerRecoveryKeysCount - Get the number of the resource
func (InformationProtectionBitlockerRecoveryKeyClient) ListInformationProtectionBitlockerRecoveryKeys ¶
func (c InformationProtectionBitlockerRecoveryKeyClient) ListInformationProtectionBitlockerRecoveryKeys(ctx context.Context, id beta.UserId, options ListInformationProtectionBitlockerRecoveryKeysOperationOptions) (result ListInformationProtectionBitlockerRecoveryKeysOperationResponse, err error)
ListInformationProtectionBitlockerRecoveryKeys - Get recoveryKeys from users. The recovery keys associated with the bitlocker entity.
func (InformationProtectionBitlockerRecoveryKeyClient) ListInformationProtectionBitlockerRecoveryKeysComplete ¶
func (c InformationProtectionBitlockerRecoveryKeyClient) ListInformationProtectionBitlockerRecoveryKeysComplete(ctx context.Context, id beta.UserId, options ListInformationProtectionBitlockerRecoveryKeysOperationOptions) (ListInformationProtectionBitlockerRecoveryKeysCompleteResult, error)
ListInformationProtectionBitlockerRecoveryKeysComplete retrieves all the results into a single object
func (InformationProtectionBitlockerRecoveryKeyClient) ListInformationProtectionBitlockerRecoveryKeysCompleteMatchingPredicate ¶
func (c InformationProtectionBitlockerRecoveryKeyClient) ListInformationProtectionBitlockerRecoveryKeysCompleteMatchingPredicate(ctx context.Context, id beta.UserId, options ListInformationProtectionBitlockerRecoveryKeysOperationOptions, predicate BitlockerRecoveryKeyOperationPredicate) (result ListInformationProtectionBitlockerRecoveryKeysCompleteResult, err error)
ListInformationProtectionBitlockerRecoveryKeysCompleteMatchingPredicate retrieves all the results and then applies the predicate
type ListInformationProtectionBitlockerRecoveryKeysCompleteResult ¶
type ListInformationProtectionBitlockerRecoveryKeysCompleteResult struct { LatestHttpResponse *http.Response Items []beta.BitlockerRecoveryKey }
type ListInformationProtectionBitlockerRecoveryKeysCustomPager ¶
type ListInformationProtectionBitlockerRecoveryKeysCustomPager struct {
NextLink *odata.Link `json:"@odata.nextLink"`
}
func (*ListInformationProtectionBitlockerRecoveryKeysCustomPager) NextPageLink ¶
func (p *ListInformationProtectionBitlockerRecoveryKeysCustomPager) NextPageLink() *odata.Link
type ListInformationProtectionBitlockerRecoveryKeysOperationOptions ¶
type ListInformationProtectionBitlockerRecoveryKeysOperationOptions 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 DefaultListInformationProtectionBitlockerRecoveryKeysOperationOptions ¶
func DefaultListInformationProtectionBitlockerRecoveryKeysOperationOptions() ListInformationProtectionBitlockerRecoveryKeysOperationOptions
func (ListInformationProtectionBitlockerRecoveryKeysOperationOptions) ToHeaders ¶
func (o ListInformationProtectionBitlockerRecoveryKeysOperationOptions) ToHeaders() *client.Headers
func (ListInformationProtectionBitlockerRecoveryKeysOperationOptions) ToOData ¶
func (o ListInformationProtectionBitlockerRecoveryKeysOperationOptions) ToOData() *odata.Query
func (ListInformationProtectionBitlockerRecoveryKeysOperationOptions) ToQuery ¶
func (o ListInformationProtectionBitlockerRecoveryKeysOperationOptions) ToQuery() *client.QueryParams
Click to show internal directories.
Click to hide internal directories.