Documentation ¶
Index ¶
- type BitlockerRecoveryKeyRequestBuilder
- func (m *BitlockerRecoveryKeyRequestBuilder) CreateDeleteRequestInformation(options *BitlockerRecoveryKeyRequestBuilderDeleteOptions) (...)
- func (m *BitlockerRecoveryKeyRequestBuilder) CreateGetRequestInformation(options *BitlockerRecoveryKeyRequestBuilderGetOptions) (...)
- func (m *BitlockerRecoveryKeyRequestBuilder) CreatePatchRequestInformation(options *BitlockerRecoveryKeyRequestBuilderPatchOptions) (...)
- func (m *BitlockerRecoveryKeyRequestBuilder) Delete(options *BitlockerRecoveryKeyRequestBuilderDeleteOptions) error
- func (m *BitlockerRecoveryKeyRequestBuilder) Get(options *BitlockerRecoveryKeyRequestBuilderGetOptions) (...)
- func (m *BitlockerRecoveryKeyRequestBuilder) Patch(options *BitlockerRecoveryKeyRequestBuilderPatchOptions) error
- type BitlockerRecoveryKeyRequestBuilderDeleteOptions
- type BitlockerRecoveryKeyRequestBuilderGetOptions
- type BitlockerRecoveryKeyRequestBuilderGetQueryParameters
- type BitlockerRecoveryKeyRequestBuilderPatchOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BitlockerRecoveryKeyRequestBuilder ¶
type BitlockerRecoveryKeyRequestBuilder struct {
// contains filtered or unexported fields
}
BitlockerRecoveryKeyRequestBuilder builds and executes requests for operations under \informationProtection\bitlocker\recoveryKeys\{bitlockerRecoveryKey-id}
func NewBitlockerRecoveryKeyRequestBuilder ¶
func NewBitlockerRecoveryKeyRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *BitlockerRecoveryKeyRequestBuilder
NewBitlockerRecoveryKeyRequestBuilder instantiates a new BitlockerRecoveryKeyRequestBuilder and sets the default values.
func NewBitlockerRecoveryKeyRequestBuilderInternal ¶
func NewBitlockerRecoveryKeyRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *BitlockerRecoveryKeyRequestBuilder
NewBitlockerRecoveryKeyRequestBuilderInternal instantiates a new BitlockerRecoveryKeyRequestBuilder and sets the default values.
func (*BitlockerRecoveryKeyRequestBuilder) CreateDeleteRequestInformation ¶
func (m *BitlockerRecoveryKeyRequestBuilder) CreateDeleteRequestInformation(options *BitlockerRecoveryKeyRequestBuilderDeleteOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateDeleteRequestInformation the recovery keys associated with the bitlocker entity.
func (*BitlockerRecoveryKeyRequestBuilder) CreateGetRequestInformation ¶
func (m *BitlockerRecoveryKeyRequestBuilder) CreateGetRequestInformation(options *BitlockerRecoveryKeyRequestBuilderGetOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateGetRequestInformation the recovery keys associated with the bitlocker entity.
func (*BitlockerRecoveryKeyRequestBuilder) CreatePatchRequestInformation ¶
func (m *BitlockerRecoveryKeyRequestBuilder) CreatePatchRequestInformation(options *BitlockerRecoveryKeyRequestBuilderPatchOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreatePatchRequestInformation the recovery keys associated with the bitlocker entity.
func (*BitlockerRecoveryKeyRequestBuilder) Delete ¶
func (m *BitlockerRecoveryKeyRequestBuilder) Delete(options *BitlockerRecoveryKeyRequestBuilderDeleteOptions) error
Delete the recovery keys associated with the bitlocker entity.
func (*BitlockerRecoveryKeyRequestBuilder) Get ¶
func (m *BitlockerRecoveryKeyRequestBuilder) Get(options *BitlockerRecoveryKeyRequestBuilderGetOptions) (*i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.BitlockerRecoveryKey, error)
Get the recovery keys associated with the bitlocker entity.
func (*BitlockerRecoveryKeyRequestBuilder) Patch ¶
func (m *BitlockerRecoveryKeyRequestBuilder) Patch(options *BitlockerRecoveryKeyRequestBuilderPatchOptions) error
Patch the recovery keys associated with the bitlocker entity.
type BitlockerRecoveryKeyRequestBuilderDeleteOptions ¶
type BitlockerRecoveryKeyRequestBuilderDeleteOptions 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 }
BitlockerRecoveryKeyRequestBuilderDeleteOptions options for Delete
type BitlockerRecoveryKeyRequestBuilderGetOptions ¶
type BitlockerRecoveryKeyRequestBuilderGetOptions struct { // Request headers H map[string]string // Request options O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption // Request query parameters Q *BitlockerRecoveryKeyRequestBuilderGetQueryParameters // Response handler to use in place of the default response handling provided by the core service ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler }
BitlockerRecoveryKeyRequestBuilderGetOptions options for Get
type BitlockerRecoveryKeyRequestBuilderGetQueryParameters ¶
type BitlockerRecoveryKeyRequestBuilderGetQueryParameters struct { // Expand related entities Expand []string // Select properties to be returned Select []string }
BitlockerRecoveryKeyRequestBuilderGetQueryParameters the recovery keys associated with the bitlocker entity.
type BitlockerRecoveryKeyRequestBuilderPatchOptions ¶
type BitlockerRecoveryKeyRequestBuilderPatchOptions struct { // Body *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.BitlockerRecoveryKey // 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 }
BitlockerRecoveryKeyRequestBuilderPatchOptions options for Patch