virtualendpointserviceplan

package
v0.20241126.1723 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CloudPCServicePlanOperationPredicate

type CloudPCServicePlanOperationPredicate struct {
}

func (CloudPCServicePlanOperationPredicate) Matches

type CreateVirtualEndpointServicePlanOperationOptions

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

func DefaultCreateVirtualEndpointServicePlanOperationOptions

func DefaultCreateVirtualEndpointServicePlanOperationOptions() CreateVirtualEndpointServicePlanOperationOptions

func (CreateVirtualEndpointServicePlanOperationOptions) ToHeaders

func (CreateVirtualEndpointServicePlanOperationOptions) ToOData

func (CreateVirtualEndpointServicePlanOperationOptions) ToQuery

type CreateVirtualEndpointServicePlanOperationResponse

type CreateVirtualEndpointServicePlanOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.CloudPCServicePlan
}

type DeleteVirtualEndpointServicePlanOperationOptions

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

func DefaultDeleteVirtualEndpointServicePlanOperationOptions

func DefaultDeleteVirtualEndpointServicePlanOperationOptions() DeleteVirtualEndpointServicePlanOperationOptions

func (DeleteVirtualEndpointServicePlanOperationOptions) ToHeaders

func (DeleteVirtualEndpointServicePlanOperationOptions) ToOData

func (DeleteVirtualEndpointServicePlanOperationOptions) ToQuery

type DeleteVirtualEndpointServicePlanOperationResponse

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

type GetVirtualEndpointServicePlanOperationOptions

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

func DefaultGetVirtualEndpointServicePlanOperationOptions

func DefaultGetVirtualEndpointServicePlanOperationOptions() GetVirtualEndpointServicePlanOperationOptions

func (GetVirtualEndpointServicePlanOperationOptions) ToHeaders

func (GetVirtualEndpointServicePlanOperationOptions) ToOData

func (GetVirtualEndpointServicePlanOperationOptions) ToQuery

type GetVirtualEndpointServicePlanOperationResponse

type GetVirtualEndpointServicePlanOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.CloudPCServicePlan
}

type GetVirtualEndpointServicePlansCountOperationOptions

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

func DefaultGetVirtualEndpointServicePlansCountOperationOptions

func DefaultGetVirtualEndpointServicePlansCountOperationOptions() GetVirtualEndpointServicePlansCountOperationOptions

func (GetVirtualEndpointServicePlansCountOperationOptions) ToHeaders

func (GetVirtualEndpointServicePlansCountOperationOptions) ToOData

func (GetVirtualEndpointServicePlansCountOperationOptions) ToQuery

type GetVirtualEndpointServicePlansCountOperationResponse

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

type ListVirtualEndpointServicePlansCompleteResult

type ListVirtualEndpointServicePlansCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []beta.CloudPCServicePlan
}

type ListVirtualEndpointServicePlansCustomPager

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

type ListVirtualEndpointServicePlansOperationOptions

type ListVirtualEndpointServicePlansOperationOptions 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 DefaultListVirtualEndpointServicePlansOperationOptions

func DefaultListVirtualEndpointServicePlansOperationOptions() ListVirtualEndpointServicePlansOperationOptions

func (ListVirtualEndpointServicePlansOperationOptions) ToHeaders

func (ListVirtualEndpointServicePlansOperationOptions) ToOData

func (ListVirtualEndpointServicePlansOperationOptions) ToQuery

type ListVirtualEndpointServicePlansOperationResponse

type ListVirtualEndpointServicePlansOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]beta.CloudPCServicePlan
}

type UpdateVirtualEndpointServicePlanOperationOptions

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

func DefaultUpdateVirtualEndpointServicePlanOperationOptions

func DefaultUpdateVirtualEndpointServicePlanOperationOptions() UpdateVirtualEndpointServicePlanOperationOptions

func (UpdateVirtualEndpointServicePlanOperationOptions) ToHeaders

func (UpdateVirtualEndpointServicePlanOperationOptions) ToOData

func (UpdateVirtualEndpointServicePlanOperationOptions) ToQuery

type UpdateVirtualEndpointServicePlanOperationResponse

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

type VirtualEndpointServicePlanClient

type VirtualEndpointServicePlanClient struct {
	Client *msgraph.Client
}

func NewVirtualEndpointServicePlanClientWithBaseURI

func NewVirtualEndpointServicePlanClientWithBaseURI(sdkApi sdkEnv.Api) (*VirtualEndpointServicePlanClient, error)

func (VirtualEndpointServicePlanClient) CreateVirtualEndpointServicePlan

CreateVirtualEndpointServicePlan - Create new navigation property to servicePlans for deviceManagement

func (VirtualEndpointServicePlanClient) DeleteVirtualEndpointServicePlan

DeleteVirtualEndpointServicePlan - Delete navigation property servicePlans for deviceManagement

func (VirtualEndpointServicePlanClient) GetVirtualEndpointServicePlan

GetVirtualEndpointServicePlan - Get servicePlans from deviceManagement. Cloud PC service plans.

func (VirtualEndpointServicePlanClient) GetVirtualEndpointServicePlansCount

GetVirtualEndpointServicePlansCount - Get the number of the resource

func (VirtualEndpointServicePlanClient) ListVirtualEndpointServicePlans

ListVirtualEndpointServicePlans - List servicePlans. List the currently available service plans that an organization can purchase for their Cloud PCs. For examples of currently available service plans, see Windows 365 compare plans and pricing. Currently, Microsoft Graph API is available for Windows 365 Enterprise.

func (VirtualEndpointServicePlanClient) ListVirtualEndpointServicePlansComplete

ListVirtualEndpointServicePlansComplete retrieves all the results into a single object

func (VirtualEndpointServicePlanClient) ListVirtualEndpointServicePlansCompleteMatchingPredicate

ListVirtualEndpointServicePlansCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (VirtualEndpointServicePlanClient) UpdateVirtualEndpointServicePlan

UpdateVirtualEndpointServicePlan - Update the navigation property servicePlans in deviceManagement

Jump to

Keyboard shortcuts

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