virtualendpointfrontlineserviceplan

package
v0.20241128.1112539 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 28, 2024 License: MPL-2.0 Imports: 8 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CloudPCFrontLineServicePlanOperationPredicate

type CloudPCFrontLineServicePlanOperationPredicate struct {
}

func (CloudPCFrontLineServicePlanOperationPredicate) Matches

type CreateVirtualEndpointFrontLineServicePlanOperationOptions

type CreateVirtualEndpointFrontLineServicePlanOperationOptions struct {
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
}

func (CreateVirtualEndpointFrontLineServicePlanOperationOptions) ToHeaders

func (CreateVirtualEndpointFrontLineServicePlanOperationOptions) ToOData

func (CreateVirtualEndpointFrontLineServicePlanOperationOptions) ToQuery

type CreateVirtualEndpointFrontLineServicePlanOperationResponse

type CreateVirtualEndpointFrontLineServicePlanOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.CloudPCFrontLineServicePlan
}

type DeleteVirtualEndpointFrontLineServicePlanOperationOptions

type DeleteVirtualEndpointFrontLineServicePlanOperationOptions struct {
	IfMatch   *string
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
}

func (DeleteVirtualEndpointFrontLineServicePlanOperationOptions) ToHeaders

func (DeleteVirtualEndpointFrontLineServicePlanOperationOptions) ToOData

func (DeleteVirtualEndpointFrontLineServicePlanOperationOptions) ToQuery

type DeleteVirtualEndpointFrontLineServicePlanOperationResponse

type DeleteVirtualEndpointFrontLineServicePlanOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
}

type GetVirtualEndpointFrontLineServicePlanOperationOptions

type GetVirtualEndpointFrontLineServicePlanOperationOptions struct {
	Expand    *odata.Expand
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
	Select    *[]string
}

func DefaultGetVirtualEndpointFrontLineServicePlanOperationOptions

func DefaultGetVirtualEndpointFrontLineServicePlanOperationOptions() GetVirtualEndpointFrontLineServicePlanOperationOptions

func (GetVirtualEndpointFrontLineServicePlanOperationOptions) ToHeaders

func (GetVirtualEndpointFrontLineServicePlanOperationOptions) ToOData

func (GetVirtualEndpointFrontLineServicePlanOperationOptions) ToQuery

type GetVirtualEndpointFrontLineServicePlanOperationResponse

type GetVirtualEndpointFrontLineServicePlanOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.CloudPCFrontLineServicePlan
}

type GetVirtualEndpointFrontLineServicePlansCountOperationOptions

type GetVirtualEndpointFrontLineServicePlansCountOperationOptions struct {
	Filter    *string
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
	Search    *string
}

func (GetVirtualEndpointFrontLineServicePlansCountOperationOptions) ToHeaders

func (GetVirtualEndpointFrontLineServicePlansCountOperationOptions) ToOData

func (GetVirtualEndpointFrontLineServicePlansCountOperationOptions) ToQuery

type GetVirtualEndpointFrontLineServicePlansCountOperationResponse

type GetVirtualEndpointFrontLineServicePlansCountOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]byte
}

type ListVirtualEndpointFrontLineServicePlansCompleteResult

type ListVirtualEndpointFrontLineServicePlansCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []beta.CloudPCFrontLineServicePlan
}

type ListVirtualEndpointFrontLineServicePlansCustomPager

type ListVirtualEndpointFrontLineServicePlansCustomPager struct {
	NextLink *odata.Link `json:"@odata.nextLink"`
}

type ListVirtualEndpointFrontLineServicePlansOperationOptions

type ListVirtualEndpointFrontLineServicePlansOperationOptions 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 (ListVirtualEndpointFrontLineServicePlansOperationOptions) ToHeaders

func (ListVirtualEndpointFrontLineServicePlansOperationOptions) ToOData

func (ListVirtualEndpointFrontLineServicePlansOperationOptions) ToQuery

type ListVirtualEndpointFrontLineServicePlansOperationResponse

type ListVirtualEndpointFrontLineServicePlansOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]beta.CloudPCFrontLineServicePlan
}

type UpdateVirtualEndpointFrontLineServicePlanOperationOptions

type UpdateVirtualEndpointFrontLineServicePlanOperationOptions struct {
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
}

func (UpdateVirtualEndpointFrontLineServicePlanOperationOptions) ToHeaders

func (UpdateVirtualEndpointFrontLineServicePlanOperationOptions) ToOData

func (UpdateVirtualEndpointFrontLineServicePlanOperationOptions) ToQuery

type UpdateVirtualEndpointFrontLineServicePlanOperationResponse

type UpdateVirtualEndpointFrontLineServicePlanOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
}

type VirtualEndpointFrontLineServicePlanClient

type VirtualEndpointFrontLineServicePlanClient struct {
	Client *msgraph.Client
}

func NewVirtualEndpointFrontLineServicePlanClientWithBaseURI

func NewVirtualEndpointFrontLineServicePlanClientWithBaseURI(sdkApi sdkEnv.Api) (*VirtualEndpointFrontLineServicePlanClient, error)

func (VirtualEndpointFrontLineServicePlanClient) CreateVirtualEndpointFrontLineServicePlan

CreateVirtualEndpointFrontLineServicePlan - Create new navigation property to frontLineServicePlans for deviceManagement

func (VirtualEndpointFrontLineServicePlanClient) DeleteVirtualEndpointFrontLineServicePlan

DeleteVirtualEndpointFrontLineServicePlan - Delete navigation property frontLineServicePlans for deviceManagement

func (VirtualEndpointFrontLineServicePlanClient) GetVirtualEndpointFrontLineServicePlan

GetVirtualEndpointFrontLineServicePlan - Get cloudPcFrontLineServicePlan. Get the properties and relationships of a cloudPcFrontLineServicePlan object.

func (VirtualEndpointFrontLineServicePlanClient) GetVirtualEndpointFrontLineServicePlansCount

GetVirtualEndpointFrontLineServicePlansCount - Get the number of the resource

func (VirtualEndpointFrontLineServicePlanClient) ListVirtualEndpointFrontLineServicePlans

ListVirtualEndpointFrontLineServicePlans - List cloudPcFrontLineServicePlans. Get a list of the cloudPcFrontLineServicePlan objects and their properties.

func (VirtualEndpointFrontLineServicePlanClient) ListVirtualEndpointFrontLineServicePlansComplete

ListVirtualEndpointFrontLineServicePlansComplete retrieves all the results into a single object

func (VirtualEndpointFrontLineServicePlanClient) ListVirtualEndpointFrontLineServicePlansCompleteMatchingPredicate

ListVirtualEndpointFrontLineServicePlansCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (VirtualEndpointFrontLineServicePlanClient) UpdateVirtualEndpointFrontLineServicePlan

UpdateVirtualEndpointFrontLineServicePlan - Update the navigation property frontLineServicePlans in deviceManagement

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL