Documentation ¶
Index ¶
- type SquareLogoRequestBuilder
- func (m *SquareLogoRequestBuilder) CreateGetRequestInformation(options *SquareLogoRequestBuilderGetOptions) (...)
- func (m *SquareLogoRequestBuilder) CreatePutRequestInformation(options *SquareLogoRequestBuilderPutOptions) (...)
- func (m *SquareLogoRequestBuilder) Get(options *SquareLogoRequestBuilderGetOptions) ([]byte, error)
- func (m *SquareLogoRequestBuilder) Put(options *SquareLogoRequestBuilderPutOptions) error
- type SquareLogoRequestBuilderGetOptions
- type SquareLogoRequestBuilderPutOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SquareLogoRequestBuilder ¶
type SquareLogoRequestBuilder struct {
// contains filtered or unexported fields
}
SquareLogoRequestBuilder provides operations to manage the media for the organization entity.
func NewSquareLogoRequestBuilder ¶
func NewSquareLogoRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SquareLogoRequestBuilder
NewSquareLogoRequestBuilder instantiates a new SquareLogoRequestBuilder and sets the default values.
func NewSquareLogoRequestBuilderInternal ¶
func NewSquareLogoRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SquareLogoRequestBuilder
NewSquareLogoRequestBuilderInternal instantiates a new SquareLogoRequestBuilder and sets the default values.
func (*SquareLogoRequestBuilder) CreateGetRequestInformation ¶
func (m *SquareLogoRequestBuilder) CreateGetRequestInformation(options *SquareLogoRequestBuilderGetOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation 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 (*SquareLogoRequestBuilder) CreatePutRequestInformation ¶
func (m *SquareLogoRequestBuilder) CreatePutRequestInformation(options *SquareLogoRequestBuilderPutOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePutRequestInformation 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 (*SquareLogoRequestBuilder) Get ¶
func (m *SquareLogoRequestBuilder) Get(options *SquareLogoRequestBuilderGetOptions) ([]byte, error)
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 (*SquareLogoRequestBuilder) Put ¶
func (m *SquareLogoRequestBuilder) Put(options *SquareLogoRequestBuilderPutOptions) error
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.
type SquareLogoRequestBuilderGetOptions ¶
type SquareLogoRequestBuilderGetOptions struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Response handler to use in place of the default response handling provided by the core service ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler }
SquareLogoRequestBuilderGetOptions options for Get
type SquareLogoRequestBuilderPutOptions ¶
type SquareLogoRequestBuilderPutOptions struct { // Binary request body Body []byte // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Response handler to use in place of the default response handling provided by the core service ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler }
SquareLogoRequestBuilderPutOptions options for Put