Documentation ¶
Index ¶
- type AuthenticationWindowsHelloForBusinessMethodClient
- func (c AuthenticationWindowsHelloForBusinessMethodClient) DeleteAuthenticationWindowsHelloForBusinessMethod(ctx context.Context, ...) (result DeleteAuthenticationWindowsHelloForBusinessMethodOperationResponse, ...)
- func (c AuthenticationWindowsHelloForBusinessMethodClient) GetAuthenticationWindowsHelloForBusinessMethod(ctx context.Context, ...) (result GetAuthenticationWindowsHelloForBusinessMethodOperationResponse, ...)
- func (c AuthenticationWindowsHelloForBusinessMethodClient) GetAuthenticationWindowsHelloForBusinessMethodsCount(ctx context.Context, id beta.UserId, ...) (result GetAuthenticationWindowsHelloForBusinessMethodsCountOperationResponse, ...)
- func (c AuthenticationWindowsHelloForBusinessMethodClient) ListAuthenticationWindowsHelloForBusinessMethods(ctx context.Context, id beta.UserId, ...) (result ListAuthenticationWindowsHelloForBusinessMethodsOperationResponse, ...)
- func (c AuthenticationWindowsHelloForBusinessMethodClient) ListAuthenticationWindowsHelloForBusinessMethodsComplete(ctx context.Context, id beta.UserId, ...) (ListAuthenticationWindowsHelloForBusinessMethodsCompleteResult, error)
- func (c AuthenticationWindowsHelloForBusinessMethodClient) ListAuthenticationWindowsHelloForBusinessMethodsCompleteMatchingPredicate(ctx context.Context, id beta.UserId, ...) (result ListAuthenticationWindowsHelloForBusinessMethodsCompleteResult, ...)
- type DeleteAuthenticationWindowsHelloForBusinessMethodOperationOptions
- func (o DeleteAuthenticationWindowsHelloForBusinessMethodOperationOptions) ToHeaders() *client.Headers
- func (o DeleteAuthenticationWindowsHelloForBusinessMethodOperationOptions) ToOData() *odata.Query
- func (o DeleteAuthenticationWindowsHelloForBusinessMethodOperationOptions) ToQuery() *client.QueryParams
- type DeleteAuthenticationWindowsHelloForBusinessMethodOperationResponse
- type GetAuthenticationWindowsHelloForBusinessMethodOperationOptions
- type GetAuthenticationWindowsHelloForBusinessMethodOperationResponse
- type GetAuthenticationWindowsHelloForBusinessMethodsCountOperationOptions
- func (o GetAuthenticationWindowsHelloForBusinessMethodsCountOperationOptions) ToHeaders() *client.Headers
- func (o GetAuthenticationWindowsHelloForBusinessMethodsCountOperationOptions) ToOData() *odata.Query
- func (o GetAuthenticationWindowsHelloForBusinessMethodsCountOperationOptions) ToQuery() *client.QueryParams
- type GetAuthenticationWindowsHelloForBusinessMethodsCountOperationResponse
- type ListAuthenticationWindowsHelloForBusinessMethodsCompleteResult
- type ListAuthenticationWindowsHelloForBusinessMethodsCustomPager
- type ListAuthenticationWindowsHelloForBusinessMethodsOperationOptions
- func (o ListAuthenticationWindowsHelloForBusinessMethodsOperationOptions) ToHeaders() *client.Headers
- func (o ListAuthenticationWindowsHelloForBusinessMethodsOperationOptions) ToOData() *odata.Query
- func (o ListAuthenticationWindowsHelloForBusinessMethodsOperationOptions) ToQuery() *client.QueryParams
- type ListAuthenticationWindowsHelloForBusinessMethodsOperationResponse
- type WindowsHelloForBusinessAuthenticationMethodOperationPredicate
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthenticationWindowsHelloForBusinessMethodClient ¶
func NewAuthenticationWindowsHelloForBusinessMethodClientWithBaseURI ¶
func NewAuthenticationWindowsHelloForBusinessMethodClientWithBaseURI(sdkApi sdkEnv.Api) (*AuthenticationWindowsHelloForBusinessMethodClient, error)
func (AuthenticationWindowsHelloForBusinessMethodClient) DeleteAuthenticationWindowsHelloForBusinessMethod ¶
func (c AuthenticationWindowsHelloForBusinessMethodClient) DeleteAuthenticationWindowsHelloForBusinessMethod(ctx context.Context, id beta.UserIdAuthenticationWindowsHelloForBusinessMethodId, options DeleteAuthenticationWindowsHelloForBusinessMethodOperationOptions) (result DeleteAuthenticationWindowsHelloForBusinessMethodOperationResponse, err error)
DeleteAuthenticationWindowsHelloForBusinessMethod - Delete windowsHelloForBusinessAuthenticationMethod. Deletes a windowsHelloForBusinessAuthenticationMethod object.
func (AuthenticationWindowsHelloForBusinessMethodClient) GetAuthenticationWindowsHelloForBusinessMethod ¶
func (c AuthenticationWindowsHelloForBusinessMethodClient) GetAuthenticationWindowsHelloForBusinessMethod(ctx context.Context, id beta.UserIdAuthenticationWindowsHelloForBusinessMethodId, options GetAuthenticationWindowsHelloForBusinessMethodOperationOptions) (result GetAuthenticationWindowsHelloForBusinessMethodOperationResponse, err error)
GetAuthenticationWindowsHelloForBusinessMethod - Get windowsHelloForBusinessAuthenticationMethod. Read the properties and relationships of a windowsHelloForBusinessAuthenticationMethod object.
func (AuthenticationWindowsHelloForBusinessMethodClient) GetAuthenticationWindowsHelloForBusinessMethodsCount ¶
func (c AuthenticationWindowsHelloForBusinessMethodClient) GetAuthenticationWindowsHelloForBusinessMethodsCount(ctx context.Context, id beta.UserId, options GetAuthenticationWindowsHelloForBusinessMethodsCountOperationOptions) (result GetAuthenticationWindowsHelloForBusinessMethodsCountOperationResponse, err error)
GetAuthenticationWindowsHelloForBusinessMethodsCount - Get the number of the resource
func (AuthenticationWindowsHelloForBusinessMethodClient) ListAuthenticationWindowsHelloForBusinessMethods ¶
func (c AuthenticationWindowsHelloForBusinessMethodClient) ListAuthenticationWindowsHelloForBusinessMethods(ctx context.Context, id beta.UserId, options ListAuthenticationWindowsHelloForBusinessMethodsOperationOptions) (result ListAuthenticationWindowsHelloForBusinessMethodsOperationResponse, err error)
ListAuthenticationWindowsHelloForBusinessMethods - List windowsHelloForBusinessAuthenticationMethods. Get a list of the windowsHelloForBusinessAuthenticationMethod objects and their properties.
func (AuthenticationWindowsHelloForBusinessMethodClient) ListAuthenticationWindowsHelloForBusinessMethodsComplete ¶
func (c AuthenticationWindowsHelloForBusinessMethodClient) ListAuthenticationWindowsHelloForBusinessMethodsComplete(ctx context.Context, id beta.UserId, options ListAuthenticationWindowsHelloForBusinessMethodsOperationOptions) (ListAuthenticationWindowsHelloForBusinessMethodsCompleteResult, error)
ListAuthenticationWindowsHelloForBusinessMethodsComplete retrieves all the results into a single object
func (AuthenticationWindowsHelloForBusinessMethodClient) ListAuthenticationWindowsHelloForBusinessMethodsCompleteMatchingPredicate ¶
func (c AuthenticationWindowsHelloForBusinessMethodClient) ListAuthenticationWindowsHelloForBusinessMethodsCompleteMatchingPredicate(ctx context.Context, id beta.UserId, options ListAuthenticationWindowsHelloForBusinessMethodsOperationOptions, predicate WindowsHelloForBusinessAuthenticationMethodOperationPredicate) (result ListAuthenticationWindowsHelloForBusinessMethodsCompleteResult, err error)
ListAuthenticationWindowsHelloForBusinessMethodsCompleteMatchingPredicate retrieves all the results and then applies the predicate
type DeleteAuthenticationWindowsHelloForBusinessMethodOperationOptions ¶
type DeleteAuthenticationWindowsHelloForBusinessMethodOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteAuthenticationWindowsHelloForBusinessMethodOperationOptions ¶
func DefaultDeleteAuthenticationWindowsHelloForBusinessMethodOperationOptions() DeleteAuthenticationWindowsHelloForBusinessMethodOperationOptions
func (DeleteAuthenticationWindowsHelloForBusinessMethodOperationOptions) ToHeaders ¶
func (o DeleteAuthenticationWindowsHelloForBusinessMethodOperationOptions) ToHeaders() *client.Headers
func (DeleteAuthenticationWindowsHelloForBusinessMethodOperationOptions) ToOData ¶
func (o DeleteAuthenticationWindowsHelloForBusinessMethodOperationOptions) ToOData() *odata.Query
func (DeleteAuthenticationWindowsHelloForBusinessMethodOperationOptions) ToQuery ¶
func (o DeleteAuthenticationWindowsHelloForBusinessMethodOperationOptions) ToQuery() *client.QueryParams
type GetAuthenticationWindowsHelloForBusinessMethodOperationOptions ¶
type GetAuthenticationWindowsHelloForBusinessMethodOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetAuthenticationWindowsHelloForBusinessMethodOperationOptions ¶
func DefaultGetAuthenticationWindowsHelloForBusinessMethodOperationOptions() GetAuthenticationWindowsHelloForBusinessMethodOperationOptions
func (GetAuthenticationWindowsHelloForBusinessMethodOperationOptions) ToHeaders ¶
func (o GetAuthenticationWindowsHelloForBusinessMethodOperationOptions) ToHeaders() *client.Headers
func (GetAuthenticationWindowsHelloForBusinessMethodOperationOptions) ToOData ¶
func (o GetAuthenticationWindowsHelloForBusinessMethodOperationOptions) ToOData() *odata.Query
func (GetAuthenticationWindowsHelloForBusinessMethodOperationOptions) ToQuery ¶
func (o GetAuthenticationWindowsHelloForBusinessMethodOperationOptions) ToQuery() *client.QueryParams
type GetAuthenticationWindowsHelloForBusinessMethodsCountOperationOptions ¶
type GetAuthenticationWindowsHelloForBusinessMethodsCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetAuthenticationWindowsHelloForBusinessMethodsCountOperationOptions ¶
func DefaultGetAuthenticationWindowsHelloForBusinessMethodsCountOperationOptions() GetAuthenticationWindowsHelloForBusinessMethodsCountOperationOptions
func (GetAuthenticationWindowsHelloForBusinessMethodsCountOperationOptions) ToHeaders ¶
func (o GetAuthenticationWindowsHelloForBusinessMethodsCountOperationOptions) ToHeaders() *client.Headers
func (GetAuthenticationWindowsHelloForBusinessMethodsCountOperationOptions) ToOData ¶
func (o GetAuthenticationWindowsHelloForBusinessMethodsCountOperationOptions) ToOData() *odata.Query
func (GetAuthenticationWindowsHelloForBusinessMethodsCountOperationOptions) ToQuery ¶
func (o GetAuthenticationWindowsHelloForBusinessMethodsCountOperationOptions) ToQuery() *client.QueryParams
type ListAuthenticationWindowsHelloForBusinessMethodsCompleteResult ¶
type ListAuthenticationWindowsHelloForBusinessMethodsCompleteResult struct { LatestHttpResponse *http.Response Items []beta.WindowsHelloForBusinessAuthenticationMethod }
type ListAuthenticationWindowsHelloForBusinessMethodsCustomPager ¶
type ListAuthenticationWindowsHelloForBusinessMethodsCustomPager struct {
NextLink *odata.Link `json:"@odata.nextLink"`
}
func (*ListAuthenticationWindowsHelloForBusinessMethodsCustomPager) NextPageLink ¶
func (p *ListAuthenticationWindowsHelloForBusinessMethodsCustomPager) NextPageLink() *odata.Link
type ListAuthenticationWindowsHelloForBusinessMethodsOperationOptions ¶
type ListAuthenticationWindowsHelloForBusinessMethodsOperationOptions 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 DefaultListAuthenticationWindowsHelloForBusinessMethodsOperationOptions ¶
func DefaultListAuthenticationWindowsHelloForBusinessMethodsOperationOptions() ListAuthenticationWindowsHelloForBusinessMethodsOperationOptions
func (ListAuthenticationWindowsHelloForBusinessMethodsOperationOptions) ToHeaders ¶
func (o ListAuthenticationWindowsHelloForBusinessMethodsOperationOptions) ToHeaders() *client.Headers
func (ListAuthenticationWindowsHelloForBusinessMethodsOperationOptions) ToOData ¶
func (o ListAuthenticationWindowsHelloForBusinessMethodsOperationOptions) ToOData() *odata.Query
func (ListAuthenticationWindowsHelloForBusinessMethodsOperationOptions) ToQuery ¶
func (o ListAuthenticationWindowsHelloForBusinessMethodsOperationOptions) ToQuery() *client.QueryParams
type WindowsHelloForBusinessAuthenticationMethodOperationPredicate ¶
type WindowsHelloForBusinessAuthenticationMethodOperationPredicate struct { }