Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ShutDownRequestBuilder ¶
type ShutDownRequestBuilder struct {
// contains filtered or unexported fields
}
ShutDownRequestBuilder provides operations to call the shutDown method.
func NewShutDownRequestBuilder ¶
func NewShutDownRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ShutDownRequestBuilder
NewShutDownRequestBuilder instantiates a new ShutDownRequestBuilder and sets the default values.
func NewShutDownRequestBuilderInternal ¶
func NewShutDownRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ShutDownRequestBuilder
NewShutDownRequestBuilderInternal instantiates a new ShutDownRequestBuilder and sets the default values.
func (*ShutDownRequestBuilder) CreatePostRequestInformation ¶
func (m *ShutDownRequestBuilder) CreatePostRequestInformation(options *ShutDownRequestBuilderPostOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformation shut down device
func (*ShutDownRequestBuilder) Post ¶
func (m *ShutDownRequestBuilder) Post(options *ShutDownRequestBuilderPostOptions) error
Post shut down device
type ShutDownRequestBuilderPostOptions ¶
type ShutDownRequestBuilderPostOptions 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 }
ShutDownRequestBuilderPostOptions options for Post
Click to show internal directories.
Click to hide internal directories.