Documentation
¶
Index ¶
- type BitlockerRequestBuilder
- func (m *BitlockerRequestBuilder) CreateDeleteRequestInformation(options *BitlockerRequestBuilderDeleteOptions) (...)
- func (m *BitlockerRequestBuilder) CreateGetRequestInformation(options *BitlockerRequestBuilderGetOptions) (...)
- func (m *BitlockerRequestBuilder) CreatePatchRequestInformation(options *BitlockerRequestBuilderPatchOptions) (...)
- func (m *BitlockerRequestBuilder) Delete(options *BitlockerRequestBuilderDeleteOptions) error
- func (m *BitlockerRequestBuilder) Get(options *BitlockerRequestBuilderGetOptions) (*i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Bitlocker, ...)
- func (m *BitlockerRequestBuilder) Patch(options *BitlockerRequestBuilderPatchOptions) error
- func (m *BitlockerRequestBuilder) RecoveryKeys() ...
- func (m *BitlockerRequestBuilder) RecoveryKeysById(id string) ...
- type BitlockerRequestBuilderDeleteOptions
- type BitlockerRequestBuilderGetOptions
- type BitlockerRequestBuilderGetQueryParameters
- type BitlockerRequestBuilderPatchOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BitlockerRequestBuilder ¶
type BitlockerRequestBuilder struct {
// contains filtered or unexported fields
}
BitlockerRequestBuilder builds and executes requests for operations under \informationProtection\bitlocker
func NewBitlockerRequestBuilder ¶
func NewBitlockerRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *BitlockerRequestBuilder
NewBitlockerRequestBuilder instantiates a new BitlockerRequestBuilder and sets the default values.
func NewBitlockerRequestBuilderInternal ¶
func NewBitlockerRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *BitlockerRequestBuilder
NewBitlockerRequestBuilderInternal instantiates a new BitlockerRequestBuilder and sets the default values.
func (*BitlockerRequestBuilder) CreateDeleteRequestInformation ¶
func (m *BitlockerRequestBuilder) CreateDeleteRequestInformation(options *BitlockerRequestBuilderDeleteOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateDeleteRequestInformation delete navigation property bitlocker for informationProtection
func (*BitlockerRequestBuilder) CreateGetRequestInformation ¶
func (m *BitlockerRequestBuilder) CreateGetRequestInformation(options *BitlockerRequestBuilderGetOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateGetRequestInformation get bitlocker from informationProtection
func (*BitlockerRequestBuilder) CreatePatchRequestInformation ¶
func (m *BitlockerRequestBuilder) CreatePatchRequestInformation(options *BitlockerRequestBuilderPatchOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreatePatchRequestInformation update the navigation property bitlocker in informationProtection
func (*BitlockerRequestBuilder) Delete ¶
func (m *BitlockerRequestBuilder) Delete(options *BitlockerRequestBuilderDeleteOptions) error
Delete delete navigation property bitlocker for informationProtection
func (*BitlockerRequestBuilder) Get ¶
func (m *BitlockerRequestBuilder) Get(options *BitlockerRequestBuilderGetOptions) (*i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Bitlocker, error)
Get get bitlocker from informationProtection
func (*BitlockerRequestBuilder) Patch ¶
func (m *BitlockerRequestBuilder) Patch(options *BitlockerRequestBuilderPatchOptions) error
Patch update the navigation property bitlocker in informationProtection
func (*BitlockerRequestBuilder) RecoveryKeys ¶
func (*BitlockerRequestBuilder) RecoveryKeysById ¶
func (m *BitlockerRequestBuilder) RecoveryKeysById(id string) *i53a72d4c5b633ebaf2e92a3eae90f203f023e1af23ceaaa7b670a43df7cb21ed.BitlockerRecoveryKeyRequestBuilder
RecoveryKeysById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.informationProtection.bitlocker.recoveryKeys.item collection
type BitlockerRequestBuilderDeleteOptions ¶
type BitlockerRequestBuilderDeleteOptions 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
}
BitlockerRequestBuilderDeleteOptions options for Delete
type BitlockerRequestBuilderGetOptions ¶
type BitlockerRequestBuilderGetOptions struct {
// Request headers
H map[string]string
// Request options
O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption
// Request query parameters
Q *BitlockerRequestBuilderGetQueryParameters
// Response handler to use in place of the default response handling provided by the core service
ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler
}
BitlockerRequestBuilderGetOptions options for Get
type BitlockerRequestBuilderGetQueryParameters ¶
type BitlockerRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string
// Select properties to be returned
Select_escaped []string
}
BitlockerRequestBuilderGetQueryParameters get bitlocker from informationProtection
type BitlockerRequestBuilderPatchOptions ¶
type BitlockerRequestBuilderPatchOptions struct {
//
Body *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Bitlocker
// 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
}
BitlockerRequestBuilderPatchOptions options for Patch