Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RemoteLockRequestBuilder ¶
type RemoteLockRequestBuilder struct {
// contains filtered or unexported fields
}
RemoteLockRequestBuilder builds and executes requests for operations under \me\managedDevices\{managedDevice-id}\microsoft.graph.remoteLock
func NewRemoteLockRequestBuilder ¶
func NewRemoteLockRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *RemoteLockRequestBuilder
NewRemoteLockRequestBuilder instantiates a new RemoteLockRequestBuilder and sets the default values.
func NewRemoteLockRequestBuilderInternal ¶
func NewRemoteLockRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *RemoteLockRequestBuilder
NewRemoteLockRequestBuilderInternal instantiates a new RemoteLockRequestBuilder and sets the default values.
func (*RemoteLockRequestBuilder) CreatePostRequestInformation ¶
func (m *RemoteLockRequestBuilder) CreatePostRequestInformation(options *RemoteLockRequestBuilderPostOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreatePostRequestInformation remote lock
func (*RemoteLockRequestBuilder) Post ¶
func (m *RemoteLockRequestBuilder) Post(options *RemoteLockRequestBuilderPostOptions) error
Post remote lock
type RemoteLockRequestBuilderPostOptions ¶
type RemoteLockRequestBuilderPostOptions struct { // Request headers H map[string]string // Request options O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption // Response handler to use in place of the default response handling provided by the core service ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler }
RemoteLockRequestBuilderPostOptions options for Post
Click to show internal directories.
Click to hide internal directories.