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
}
Builds and executes requests for operations under \informationProtection\bitlocker
func NewBitlockerRequestBuilder ¶
func NewBitlockerRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *BitlockerRequestBuilder
Instantiates a new BitlockerRequestBuilder and sets the default values. Parameters:
- rawUrl : The raw URL to use for the request builder.
- requestAdapter : The request adapter to use to execute the requests.
func NewBitlockerRequestBuilderInternal ¶
func NewBitlockerRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *BitlockerRequestBuilder
Instantiates a new BitlockerRequestBuilder and sets the default values. Parameters:
- pathParameters : Path parameters for the request
- requestAdapter : The request adapter to use to execute the requests.
func (*BitlockerRequestBuilder) CreateDeleteRequestInformation ¶
func (m *BitlockerRequestBuilder) CreateDeleteRequestInformation(options *BitlockerRequestBuilderDeleteOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
Delete navigation property bitlocker for informationProtection Parameters:
- options : Options for the request
func (*BitlockerRequestBuilder) CreateGetRequestInformation ¶
func (m *BitlockerRequestBuilder) CreateGetRequestInformation(options *BitlockerRequestBuilderGetOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
Get bitlocker from informationProtection Parameters:
- options : Options for the request
func (*BitlockerRequestBuilder) CreatePatchRequestInformation ¶
func (m *BitlockerRequestBuilder) CreatePatchRequestInformation(options *BitlockerRequestBuilderPatchOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
Update the navigation property bitlocker in informationProtection Parameters:
- options : Options for the request
func (*BitlockerRequestBuilder) Delete ¶
func (m *BitlockerRequestBuilder) Delete(options *BitlockerRequestBuilderDeleteOptions) error
Delete navigation property bitlocker for informationProtection Parameters:
- options : Options for the request
func (*BitlockerRequestBuilder) Get ¶
func (m *BitlockerRequestBuilder) Get(options *BitlockerRequestBuilderGetOptions) (*i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Bitlocker, error)
Get bitlocker from informationProtection Parameters:
- options : Options for the request
func (*BitlockerRequestBuilder) Patch ¶
func (m *BitlockerRequestBuilder) Patch(options *BitlockerRequestBuilderPatchOptions) error
Update the navigation property bitlocker in informationProtection Parameters:
- options : Options for the request
func (*BitlockerRequestBuilder) RecoveryKeys ¶
func (*BitlockerRequestBuilder) RecoveryKeysById ¶
func (m *BitlockerRequestBuilder) RecoveryKeysById(id string) *i53a72d4c5b633ebaf2e92a3eae90f203f023e1af23ceaaa7b670a43df7cb21ed.BitlockerRecoveryKeyRequestBuilder
Gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.informationProtection.bitlocker.recoveryKeys.item collection Parameters:
- id : Unique identifier of the item
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 }
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 }
Options for Get
type BitlockerRequestBuilderGetQueryParameters ¶
type BitlockerRequestBuilderGetQueryParameters struct { ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.QueryParametersBase // Expand related entities Expand []string // Select properties to be returned Select_escaped []string }
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 }
Options for Patch