localizations

package
v0.54.0 Latest Latest
Warning

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

Go to latest
Published: Feb 7, 2023 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CountRequestBuilder added in v0.49.0

type CountRequestBuilder struct {
	// contains filtered or unexported fields
}

CountRequestBuilder provides operations to count the resources in the collection.

func NewCountRequestBuilder added in v0.49.0

NewCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewCountRequestBuilderInternal added in v0.49.0

func NewCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *CountRequestBuilder

NewCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*CountRequestBuilder) Get added in v0.49.0

Get get the number of the resource

func (*CountRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the number of the resource

type CountRequestBuilderGetQueryParameters added in v0.53.0

type CountRequestBuilderGetQueryParameters struct {
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
}

CountRequestBuilderGetQueryParameters get the number of the resource

type CountRequestBuilderGetRequestConfiguration added in v0.49.0

type CountRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *CountRequestBuilderGetQueryParameters
}

CountRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ItemBackgroundImageRequestBuilder added in v0.49.0

type ItemBackgroundImageRequestBuilder struct {
	// contains filtered or unexported fields
}

ItemBackgroundImageRequestBuilder provides operations to manage the media for the organizationalBrandingLocalization entity.

func NewItemBackgroundImageRequestBuilder added in v0.49.0

NewItemBackgroundImageRequestBuilder instantiates a new BackgroundImageRequestBuilder and sets the default values.

func NewItemBackgroundImageRequestBuilderInternal added in v0.49.0

func NewItemBackgroundImageRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemBackgroundImageRequestBuilder

NewItemBackgroundImageRequestBuilderInternal instantiates a new BackgroundImageRequestBuilder and sets the default values.

func (*ItemBackgroundImageRequestBuilder) Get added in v0.49.0

Get image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster.

func (*ItemBackgroundImageRequestBuilder) Put added in v0.49.0

Put image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster.

func (*ItemBackgroundImageRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster.

func (*ItemBackgroundImageRequestBuilder) ToPutRequestInformation added in v0.51.0

ToPutRequestInformation image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster.

type ItemBackgroundImageRequestBuilderGetRequestConfiguration added in v0.49.0

type ItemBackgroundImageRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

ItemBackgroundImageRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ItemBackgroundImageRequestBuilderPutRequestConfiguration added in v0.49.0

type ItemBackgroundImageRequestBuilderPutRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

ItemBackgroundImageRequestBuilderPutRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ItemBannerLogoRequestBuilder added in v0.49.0

type ItemBannerLogoRequestBuilder struct {
	// contains filtered or unexported fields
}

ItemBannerLogoRequestBuilder provides operations to manage the media for the organizationalBrandingLocalization entity.

func NewItemBannerLogoRequestBuilder added in v0.49.0

NewItemBannerLogoRequestBuilder instantiates a new BannerLogoRequestBuilder and sets the default values.

func NewItemBannerLogoRequestBuilderInternal added in v0.49.0

func NewItemBannerLogoRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemBannerLogoRequestBuilder

NewItemBannerLogoRequestBuilderInternal instantiates a new BannerLogoRequestBuilder and sets the default values.

func (*ItemBannerLogoRequestBuilder) Get added in v0.49.0

Get a banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo.

func (*ItemBannerLogoRequestBuilder) Put added in v0.49.0

Put a banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo.

func (*ItemBannerLogoRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation a banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo.

func (*ItemBannerLogoRequestBuilder) ToPutRequestInformation added in v0.51.0

ToPutRequestInformation a banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo.

type ItemBannerLogoRequestBuilderGetRequestConfiguration added in v0.49.0

type ItemBannerLogoRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

ItemBannerLogoRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ItemBannerLogoRequestBuilderPutRequestConfiguration added in v0.49.0

type ItemBannerLogoRequestBuilderPutRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

ItemBannerLogoRequestBuilderPutRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ItemSquareLogoRequestBuilder added in v0.49.0

type ItemSquareLogoRequestBuilder struct {
	// contains filtered or unexported fields
}

ItemSquareLogoRequestBuilder provides operations to manage the media for the organizationalBrandingLocalization entity.

func NewItemSquareLogoRequestBuilder added in v0.49.0

NewItemSquareLogoRequestBuilder instantiates a new SquareLogoRequestBuilder and sets the default values.

func NewItemSquareLogoRequestBuilderInternal added in v0.49.0

func NewItemSquareLogoRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemSquareLogoRequestBuilder

NewItemSquareLogoRequestBuilderInternal instantiates a new SquareLogoRequestBuilder and sets the default values.

func (*ItemSquareLogoRequestBuilder) Get added in v0.49.0

Get a square version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG no larger than 240 x 240 pixels and no more than 10 KB in size. We recommend using a transparent image with no padding around the logo.

func (*ItemSquareLogoRequestBuilder) Put added in v0.49.0

Put a square version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG no larger than 240 x 240 pixels and no more than 10 KB in size. We recommend using a transparent image with no padding around the logo.

func (*ItemSquareLogoRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation a square version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG no larger than 240 x 240 pixels and no more than 10 KB in size. We recommend using a transparent image with no padding around the logo.

func (*ItemSquareLogoRequestBuilder) ToPutRequestInformation added in v0.51.0

ToPutRequestInformation a square version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG no larger than 240 x 240 pixels and no more than 10 KB in size. We recommend using a transparent image with no padding around the logo.

type ItemSquareLogoRequestBuilderGetRequestConfiguration added in v0.49.0

type ItemSquareLogoRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

ItemSquareLogoRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ItemSquareLogoRequestBuilderPutRequestConfiguration added in v0.49.0

type ItemSquareLogoRequestBuilderPutRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

ItemSquareLogoRequestBuilderPutRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type LocalizationsRequestBuilder

type LocalizationsRequestBuilder struct {
	// contains filtered or unexported fields
}

LocalizationsRequestBuilder provides operations to manage the collection of organizationalBrandingLocalization entities.

func NewLocalizationsRequestBuilder

NewLocalizationsRequestBuilder instantiates a new LocalizationsRequestBuilder and sets the default values.

func NewLocalizationsRequestBuilderInternal

func NewLocalizationsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *LocalizationsRequestBuilder

NewLocalizationsRequestBuilderInternal instantiates a new LocalizationsRequestBuilder and sets the default values.

func (*LocalizationsRequestBuilder) Count added in v0.13.0

Count provides operations to count the resources in the collection.

func (*LocalizationsRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get entities from localizations

type LocalizationsRequestBuilderGetQueryParameters

type LocalizationsRequestBuilderGetQueryParameters struct {
	// Include count of items
	Count *bool `uriparametername:"%24count"`
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Order items by property values
	Orderby []string `uriparametername:"%24orderby"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
	// Skip the first n items
	Skip *int32 `uriparametername:"%24skip"`
	// Show only the first n items
	Top *int32 `uriparametername:"%24top"`
}

LocalizationsRequestBuilderGetQueryParameters get entities from localizations

type LocalizationsRequestBuilderGetRequestConfiguration added in v0.22.0

type LocalizationsRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *LocalizationsRequestBuilderGetQueryParameters
}

LocalizationsRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type LocalizationsRequestBuilderPostRequestConfiguration added in v0.22.0

type LocalizationsRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

LocalizationsRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type OrganizationalBrandingLocalizationItemRequestBuilder added in v0.49.0

type OrganizationalBrandingLocalizationItemRequestBuilder struct {
	// contains filtered or unexported fields
}

OrganizationalBrandingLocalizationItemRequestBuilder provides operations to manage the collection of organizationalBrandingLocalization entities.

func NewOrganizationalBrandingLocalizationItemRequestBuilder added in v0.49.0

NewOrganizationalBrandingLocalizationItemRequestBuilder instantiates a new OrganizationalBrandingLocalizationItemRequestBuilder and sets the default values.

func NewOrganizationalBrandingLocalizationItemRequestBuilderInternal added in v0.49.0

func NewOrganizationalBrandingLocalizationItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *OrganizationalBrandingLocalizationItemRequestBuilder

NewOrganizationalBrandingLocalizationItemRequestBuilderInternal instantiates a new OrganizationalBrandingLocalizationItemRequestBuilder and sets the default values.

func (*OrganizationalBrandingLocalizationItemRequestBuilder) BackgroundImage added in v0.49.0

BackgroundImage provides operations to manage the media for the organizationalBrandingLocalization entity.

BannerLogo provides operations to manage the media for the organizationalBrandingLocalization entity.

func (*OrganizationalBrandingLocalizationItemRequestBuilder) Delete added in v0.49.0

Delete delete entity from localizations

func (*OrganizationalBrandingLocalizationItemRequestBuilder) Get added in v0.49.0

Get get entity from localizations by key

SquareLogo provides operations to manage the media for the organizationalBrandingLocalization entity.

func (*OrganizationalBrandingLocalizationItemRequestBuilder) ToDeleteRequestInformation added in v0.51.0

ToDeleteRequestInformation delete entity from localizations

func (*OrganizationalBrandingLocalizationItemRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get entity from localizations by key

type OrganizationalBrandingLocalizationItemRequestBuilderDeleteRequestConfiguration added in v0.49.0

type OrganizationalBrandingLocalizationItemRequestBuilderDeleteRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

OrganizationalBrandingLocalizationItemRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type OrganizationalBrandingLocalizationItemRequestBuilderGetQueryParameters added in v0.49.0

type OrganizationalBrandingLocalizationItemRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

OrganizationalBrandingLocalizationItemRequestBuilderGetQueryParameters get entity from localizations by key

type OrganizationalBrandingLocalizationItemRequestBuilderGetRequestConfiguration added in v0.49.0

type OrganizationalBrandingLocalizationItemRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *OrganizationalBrandingLocalizationItemRequestBuilderGetQueryParameters
}

OrganizationalBrandingLocalizationItemRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type OrganizationalBrandingLocalizationItemRequestBuilderPatchRequestConfiguration added in v0.49.0

type OrganizationalBrandingLocalizationItemRequestBuilderPatchRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

OrganizationalBrandingLocalizationItemRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

Jump to

Keyboard shortcuts

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