virtualendpointgalleryimage

package
v0.20241126.2320 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 CloudPCGalleryImageOperationPredicate

type CloudPCGalleryImageOperationPredicate struct {
}

func (CloudPCGalleryImageOperationPredicate) Matches

type CreateVirtualEndpointGalleryImageOperationOptions

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

func DefaultCreateVirtualEndpointGalleryImageOperationOptions

func DefaultCreateVirtualEndpointGalleryImageOperationOptions() CreateVirtualEndpointGalleryImageOperationOptions

func (CreateVirtualEndpointGalleryImageOperationOptions) ToHeaders

func (CreateVirtualEndpointGalleryImageOperationOptions) ToOData

func (CreateVirtualEndpointGalleryImageOperationOptions) ToQuery

type CreateVirtualEndpointGalleryImageOperationResponse

type CreateVirtualEndpointGalleryImageOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.CloudPCGalleryImage
}

type DeleteVirtualEndpointGalleryImageOperationOptions

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

func DefaultDeleteVirtualEndpointGalleryImageOperationOptions

func DefaultDeleteVirtualEndpointGalleryImageOperationOptions() DeleteVirtualEndpointGalleryImageOperationOptions

func (DeleteVirtualEndpointGalleryImageOperationOptions) ToHeaders

func (DeleteVirtualEndpointGalleryImageOperationOptions) ToOData

func (DeleteVirtualEndpointGalleryImageOperationOptions) ToQuery

type DeleteVirtualEndpointGalleryImageOperationResponse

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

type GetVirtualEndpointGalleryImageOperationOptions

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

func DefaultGetVirtualEndpointGalleryImageOperationOptions

func DefaultGetVirtualEndpointGalleryImageOperationOptions() GetVirtualEndpointGalleryImageOperationOptions

func (GetVirtualEndpointGalleryImageOperationOptions) ToHeaders

func (GetVirtualEndpointGalleryImageOperationOptions) ToOData

func (GetVirtualEndpointGalleryImageOperationOptions) ToQuery

type GetVirtualEndpointGalleryImageOperationResponse

type GetVirtualEndpointGalleryImageOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.CloudPCGalleryImage
}

type GetVirtualEndpointGalleryImagesCountOperationOptions

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

func DefaultGetVirtualEndpointGalleryImagesCountOperationOptions

func DefaultGetVirtualEndpointGalleryImagesCountOperationOptions() GetVirtualEndpointGalleryImagesCountOperationOptions

func (GetVirtualEndpointGalleryImagesCountOperationOptions) ToHeaders

func (GetVirtualEndpointGalleryImagesCountOperationOptions) ToOData

func (GetVirtualEndpointGalleryImagesCountOperationOptions) ToQuery

type GetVirtualEndpointGalleryImagesCountOperationResponse

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

type ListVirtualEndpointGalleryImagesCompleteResult

type ListVirtualEndpointGalleryImagesCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []beta.CloudPCGalleryImage
}

type ListVirtualEndpointGalleryImagesCustomPager

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

type ListVirtualEndpointGalleryImagesOperationOptions

type ListVirtualEndpointGalleryImagesOperationOptions 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 DefaultListVirtualEndpointGalleryImagesOperationOptions

func DefaultListVirtualEndpointGalleryImagesOperationOptions() ListVirtualEndpointGalleryImagesOperationOptions

func (ListVirtualEndpointGalleryImagesOperationOptions) ToHeaders

func (ListVirtualEndpointGalleryImagesOperationOptions) ToOData

func (ListVirtualEndpointGalleryImagesOperationOptions) ToQuery

type ListVirtualEndpointGalleryImagesOperationResponse

type ListVirtualEndpointGalleryImagesOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]beta.CloudPCGalleryImage
}

type UpdateVirtualEndpointGalleryImageOperationOptions

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

func DefaultUpdateVirtualEndpointGalleryImageOperationOptions

func DefaultUpdateVirtualEndpointGalleryImageOperationOptions() UpdateVirtualEndpointGalleryImageOperationOptions

func (UpdateVirtualEndpointGalleryImageOperationOptions) ToHeaders

func (UpdateVirtualEndpointGalleryImageOperationOptions) ToOData

func (UpdateVirtualEndpointGalleryImageOperationOptions) ToQuery

type UpdateVirtualEndpointGalleryImageOperationResponse

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

type VirtualEndpointGalleryImageClient

type VirtualEndpointGalleryImageClient struct {
	Client *msgraph.Client
}

func NewVirtualEndpointGalleryImageClientWithBaseURI

func NewVirtualEndpointGalleryImageClientWithBaseURI(sdkApi sdkEnv.Api) (*VirtualEndpointGalleryImageClient, error)

func (VirtualEndpointGalleryImageClient) CreateVirtualEndpointGalleryImage

CreateVirtualEndpointGalleryImage - Create new navigation property to galleryImages for deviceManagement

func (VirtualEndpointGalleryImageClient) DeleteVirtualEndpointGalleryImage

DeleteVirtualEndpointGalleryImage - Delete navigation property galleryImages for deviceManagement

func (VirtualEndpointGalleryImageClient) GetVirtualEndpointGalleryImage

GetVirtualEndpointGalleryImage - Get cloudPcGalleryImage. Read the properties and relationships of a specific cloudPcGalleryImage object.

func (VirtualEndpointGalleryImageClient) GetVirtualEndpointGalleryImagesCount

GetVirtualEndpointGalleryImagesCount - Get the number of the resource

func (VirtualEndpointGalleryImageClient) ListVirtualEndpointGalleryImages

ListVirtualEndpointGalleryImages - List galleryImages. List the properties and relationships of the cloudPcGalleryImage objects.

func (VirtualEndpointGalleryImageClient) ListVirtualEndpointGalleryImagesComplete

ListVirtualEndpointGalleryImagesComplete retrieves all the results into a single object

func (VirtualEndpointGalleryImageClient) ListVirtualEndpointGalleryImagesCompleteMatchingPredicate

ListVirtualEndpointGalleryImagesCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (VirtualEndpointGalleryImageClient) UpdateVirtualEndpointGalleryImage

UpdateVirtualEndpointGalleryImage - Update the navigation property galleryImages in deviceManagement

Jump to

Keyboard shortcuts

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