Documentation ¶
Index ¶
- type CreateEndpointOperationOptions
- type CreateEndpointOperationResponse
- type DeleteEndpointOperationOptions
- type DeleteEndpointOperationResponse
- type EndpointClient
- func (c EndpointClient) CreateEndpoint(ctx context.Context, id beta.ServicePrincipalId, input beta.Endpoint, ...) (result CreateEndpointOperationResponse, err error)
- func (c EndpointClient) DeleteEndpoint(ctx context.Context, id beta.ServicePrincipalIdEndpointId, ...) (result DeleteEndpointOperationResponse, err error)
- func (c EndpointClient) GetEndpoint(ctx context.Context, id beta.ServicePrincipalIdEndpointId, ...) (result GetEndpointOperationResponse, err error)
- func (c EndpointClient) GetEndpointsCount(ctx context.Context, id beta.ServicePrincipalId, ...) (result GetEndpointsCountOperationResponse, err error)
- func (c EndpointClient) ListEndpoints(ctx context.Context, id beta.ServicePrincipalId, ...) (result ListEndpointsOperationResponse, err error)
- func (c EndpointClient) ListEndpointsComplete(ctx context.Context, id beta.ServicePrincipalId, ...) (ListEndpointsCompleteResult, error)
- func (c EndpointClient) ListEndpointsCompleteMatchingPredicate(ctx context.Context, id beta.ServicePrincipalId, ...) (result ListEndpointsCompleteResult, err error)
- func (c EndpointClient) UpdateEndpoint(ctx context.Context, id beta.ServicePrincipalIdEndpointId, input beta.Endpoint, ...) (result UpdateEndpointOperationResponse, err error)
- type EndpointOperationPredicate
- type GetEndpointOperationOptions
- type GetEndpointOperationResponse
- type GetEndpointsCountOperationOptions
- type GetEndpointsCountOperationResponse
- type ListEndpointsCompleteResult
- type ListEndpointsCustomPager
- type ListEndpointsOperationOptions
- type ListEndpointsOperationResponse
- type UpdateEndpointOperationOptions
- type UpdateEndpointOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateEndpointOperationOptions ¶
type CreateEndpointOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreateEndpointOperationOptions ¶
func DefaultCreateEndpointOperationOptions() CreateEndpointOperationOptions
func (CreateEndpointOperationOptions) ToHeaders ¶
func (o CreateEndpointOperationOptions) ToHeaders() *client.Headers
func (CreateEndpointOperationOptions) ToOData ¶
func (o CreateEndpointOperationOptions) ToOData() *odata.Query
func (CreateEndpointOperationOptions) ToQuery ¶
func (o CreateEndpointOperationOptions) ToQuery() *client.QueryParams
type DeleteEndpointOperationOptions ¶
type DeleteEndpointOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteEndpointOperationOptions ¶
func DefaultDeleteEndpointOperationOptions() DeleteEndpointOperationOptions
func (DeleteEndpointOperationOptions) ToHeaders ¶
func (o DeleteEndpointOperationOptions) ToHeaders() *client.Headers
func (DeleteEndpointOperationOptions) ToOData ¶
func (o DeleteEndpointOperationOptions) ToOData() *odata.Query
func (DeleteEndpointOperationOptions) ToQuery ¶
func (o DeleteEndpointOperationOptions) ToQuery() *client.QueryParams
type EndpointClient ¶
func NewEndpointClientWithBaseURI ¶
func NewEndpointClientWithBaseURI(sdkApi sdkEnv.Api) (*EndpointClient, error)
func (EndpointClient) CreateEndpoint ¶
func (c EndpointClient) CreateEndpoint(ctx context.Context, id beta.ServicePrincipalId, input beta.Endpoint, options CreateEndpointOperationOptions) (result CreateEndpointOperationResponse, err error)
CreateEndpoint - Create new navigation property to endpoints for servicePrincipals
func (EndpointClient) DeleteEndpoint ¶
func (c EndpointClient) DeleteEndpoint(ctx context.Context, id beta.ServicePrincipalIdEndpointId, options DeleteEndpointOperationOptions) (result DeleteEndpointOperationResponse, err error)
DeleteEndpoint - Delete navigation property endpoints for servicePrincipals
func (EndpointClient) GetEndpoint ¶
func (c EndpointClient) GetEndpoint(ctx context.Context, id beta.ServicePrincipalIdEndpointId, options GetEndpointOperationOptions) (result GetEndpointOperationResponse, err error)
GetEndpoint - Get endpoints from servicePrincipals. Endpoints available for discovery. Services like Sharepoint populate this property with a tenant specific SharePoint endpoints that other applications can discover and use in their experiences.
func (EndpointClient) GetEndpointsCount ¶
func (c EndpointClient) GetEndpointsCount(ctx context.Context, id beta.ServicePrincipalId, options GetEndpointsCountOperationOptions) (result GetEndpointsCountOperationResponse, err error)
GetEndpointsCount - Get the number of the resource
func (EndpointClient) ListEndpoints ¶
func (c EndpointClient) ListEndpoints(ctx context.Context, id beta.ServicePrincipalId, options ListEndpointsOperationOptions) (result ListEndpointsOperationResponse, err error)
ListEndpoints - Get endpoints from servicePrincipals. Endpoints available for discovery. Services like Sharepoint populate this property with a tenant specific SharePoint endpoints that other applications can discover and use in their experiences.
func (EndpointClient) ListEndpointsComplete ¶
func (c EndpointClient) ListEndpointsComplete(ctx context.Context, id beta.ServicePrincipalId, options ListEndpointsOperationOptions) (ListEndpointsCompleteResult, error)
ListEndpointsComplete retrieves all the results into a single object
func (EndpointClient) ListEndpointsCompleteMatchingPredicate ¶
func (c EndpointClient) ListEndpointsCompleteMatchingPredicate(ctx context.Context, id beta.ServicePrincipalId, options ListEndpointsOperationOptions, predicate EndpointOperationPredicate) (result ListEndpointsCompleteResult, err error)
ListEndpointsCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (EndpointClient) UpdateEndpoint ¶
func (c EndpointClient) UpdateEndpoint(ctx context.Context, id beta.ServicePrincipalIdEndpointId, input beta.Endpoint, options UpdateEndpointOperationOptions) (result UpdateEndpointOperationResponse, err error)
UpdateEndpoint - Update the navigation property endpoints in servicePrincipals
type EndpointOperationPredicate ¶
type EndpointOperationPredicate struct { }
type GetEndpointOperationOptions ¶
type GetEndpointOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetEndpointOperationOptions ¶
func DefaultGetEndpointOperationOptions() GetEndpointOperationOptions
func (GetEndpointOperationOptions) ToHeaders ¶
func (o GetEndpointOperationOptions) ToHeaders() *client.Headers
func (GetEndpointOperationOptions) ToOData ¶
func (o GetEndpointOperationOptions) ToOData() *odata.Query
func (GetEndpointOperationOptions) ToQuery ¶
func (o GetEndpointOperationOptions) ToQuery() *client.QueryParams
type GetEndpointsCountOperationOptions ¶
type GetEndpointsCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetEndpointsCountOperationOptions ¶
func DefaultGetEndpointsCountOperationOptions() GetEndpointsCountOperationOptions
func (GetEndpointsCountOperationOptions) ToHeaders ¶
func (o GetEndpointsCountOperationOptions) ToHeaders() *client.Headers
func (GetEndpointsCountOperationOptions) ToOData ¶
func (o GetEndpointsCountOperationOptions) ToOData() *odata.Query
func (GetEndpointsCountOperationOptions) ToQuery ¶
func (o GetEndpointsCountOperationOptions) ToQuery() *client.QueryParams
type ListEndpointsCustomPager ¶
func (*ListEndpointsCustomPager) NextPageLink ¶
func (p *ListEndpointsCustomPager) NextPageLink() *odata.Link
type ListEndpointsOperationOptions ¶
type ListEndpointsOperationOptions 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 DefaultListEndpointsOperationOptions ¶
func DefaultListEndpointsOperationOptions() ListEndpointsOperationOptions
func (ListEndpointsOperationOptions) ToHeaders ¶
func (o ListEndpointsOperationOptions) ToHeaders() *client.Headers
func (ListEndpointsOperationOptions) ToOData ¶
func (o ListEndpointsOperationOptions) ToOData() *odata.Query
func (ListEndpointsOperationOptions) ToQuery ¶
func (o ListEndpointsOperationOptions) ToQuery() *client.QueryParams
type UpdateEndpointOperationOptions ¶
type UpdateEndpointOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdateEndpointOperationOptions ¶
func DefaultUpdateEndpointOperationOptions() UpdateEndpointOperationOptions
func (UpdateEndpointOperationOptions) ToHeaders ¶
func (o UpdateEndpointOperationOptions) ToHeaders() *client.Headers
func (UpdateEndpointOperationOptions) ToOData ¶
func (o UpdateEndpointOperationOptions) ToOData() *odata.Query
func (UpdateEndpointOperationOptions) ToQuery ¶
func (o UpdateEndpointOperationOptions) ToQuery() *client.QueryParams