Documentation ¶
Index ¶
- type DeviceCompliancePolicyStateItemRequestBuilder
- func (m *DeviceCompliancePolicyStateItemRequestBuilder) CreateDeleteRequestInformation() (...)
- func (m *DeviceCompliancePolicyStateItemRequestBuilder) CreateDeleteRequestInformationWithRequestConfiguration(...) (...)
- func (m *DeviceCompliancePolicyStateItemRequestBuilder) CreateGetRequestInformation() (...)
- func (m *DeviceCompliancePolicyStateItemRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(...) (...)
- func (m *DeviceCompliancePolicyStateItemRequestBuilder) CreatePatchRequestInformation(...) (...)
- func (m *DeviceCompliancePolicyStateItemRequestBuilder) CreatePatchRequestInformationWithRequestConfiguration(...) (...)
- func (m *DeviceCompliancePolicyStateItemRequestBuilder) Delete() error
- func (m *DeviceCompliancePolicyStateItemRequestBuilder) DeleteWithRequestConfigurationAndResponseHandler(...) error
- func (m *DeviceCompliancePolicyStateItemRequestBuilder) Get() (...)
- func (m *DeviceCompliancePolicyStateItemRequestBuilder) GetWithRequestConfigurationAndResponseHandler(...) (...)
- func (m *DeviceCompliancePolicyStateItemRequestBuilder) Patch(...) error
- func (m *DeviceCompliancePolicyStateItemRequestBuilder) PatchWithRequestConfigurationAndResponseHandler(...) error
- type DeviceCompliancePolicyStateItemRequestBuilderDeleteRequestConfiguration
- type DeviceCompliancePolicyStateItemRequestBuilderGetQueryParameters
- type DeviceCompliancePolicyStateItemRequestBuilderGetRequestConfiguration
- type DeviceCompliancePolicyStateItemRequestBuilderPatchRequestConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeviceCompliancePolicyStateItemRequestBuilder ¶ added in v0.12.0
type DeviceCompliancePolicyStateItemRequestBuilder struct {
// contains filtered or unexported fields
}
DeviceCompliancePolicyStateItemRequestBuilder provides operations to manage the deviceCompliancePolicyStates property of the microsoft.graph.managedDevice entity.
func NewDeviceCompliancePolicyStateItemRequestBuilder ¶ added in v0.12.0
func NewDeviceCompliancePolicyStateItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DeviceCompliancePolicyStateItemRequestBuilder
NewDeviceCompliancePolicyStateItemRequestBuilder instantiates a new DeviceCompliancePolicyStateItemRequestBuilder and sets the default values.
func NewDeviceCompliancePolicyStateItemRequestBuilderInternal ¶ added in v0.12.0
func NewDeviceCompliancePolicyStateItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DeviceCompliancePolicyStateItemRequestBuilder
NewDeviceCompliancePolicyStateItemRequestBuilderInternal instantiates a new DeviceCompliancePolicyStateItemRequestBuilder and sets the default values.
func (*DeviceCompliancePolicyStateItemRequestBuilder) CreateDeleteRequestInformation ¶ added in v0.12.0
func (m *DeviceCompliancePolicyStateItemRequestBuilder) CreateDeleteRequestInformation() (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateDeleteRequestInformation delete navigation property deviceCompliancePolicyStates for me
func (*DeviceCompliancePolicyStateItemRequestBuilder) CreateDeleteRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *DeviceCompliancePolicyStateItemRequestBuilder) CreateDeleteRequestInformationWithRequestConfiguration(requestConfiguration *DeviceCompliancePolicyStateItemRequestBuilderDeleteRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateDeleteRequestInformationWithRequestConfiguration delete navigation property deviceCompliancePolicyStates for me
func (*DeviceCompliancePolicyStateItemRequestBuilder) CreateGetRequestInformation ¶ added in v0.12.0
func (m *DeviceCompliancePolicyStateItemRequestBuilder) CreateGetRequestInformation() (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation device compliance policy states for this device.
func (*DeviceCompliancePolicyStateItemRequestBuilder) CreateGetRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *DeviceCompliancePolicyStateItemRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *DeviceCompliancePolicyStateItemRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformationWithRequestConfiguration device compliance policy states for this device.
func (*DeviceCompliancePolicyStateItemRequestBuilder) CreatePatchRequestInformation ¶ added in v0.12.0
func (m *DeviceCompliancePolicyStateItemRequestBuilder) CreatePatchRequestInformation(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DeviceCompliancePolicyStateable) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformation update the navigation property deviceCompliancePolicyStates in me
func (*DeviceCompliancePolicyStateItemRequestBuilder) CreatePatchRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *DeviceCompliancePolicyStateItemRequestBuilder) CreatePatchRequestInformationWithRequestConfiguration(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DeviceCompliancePolicyStateable, requestConfiguration *DeviceCompliancePolicyStateItemRequestBuilderPatchRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformationWithRequestConfiguration update the navigation property deviceCompliancePolicyStates in me
func (*DeviceCompliancePolicyStateItemRequestBuilder) Delete ¶ added in v0.12.0
func (m *DeviceCompliancePolicyStateItemRequestBuilder) Delete() error
Delete delete navigation property deviceCompliancePolicyStates for me
func (*DeviceCompliancePolicyStateItemRequestBuilder) DeleteWithRequestConfigurationAndResponseHandler ¶ added in v0.22.0
func (m *DeviceCompliancePolicyStateItemRequestBuilder) DeleteWithRequestConfigurationAndResponseHandler(requestConfiguration *DeviceCompliancePolicyStateItemRequestBuilderDeleteRequestConfiguration, responseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler) error
DeleteWithRequestConfigurationAndResponseHandler delete navigation property deviceCompliancePolicyStates for me
func (*DeviceCompliancePolicyStateItemRequestBuilder) Get ¶ added in v0.12.0
func (m *DeviceCompliancePolicyStateItemRequestBuilder) Get() (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DeviceCompliancePolicyStateable, error)
Get device compliance policy states for this device.
func (*DeviceCompliancePolicyStateItemRequestBuilder) GetWithRequestConfigurationAndResponseHandler ¶ added in v0.22.0
func (m *DeviceCompliancePolicyStateItemRequestBuilder) GetWithRequestConfigurationAndResponseHandler(requestConfiguration *DeviceCompliancePolicyStateItemRequestBuilderGetRequestConfiguration, responseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DeviceCompliancePolicyStateable, error)
GetWithRequestConfigurationAndResponseHandler device compliance policy states for this device.
func (*DeviceCompliancePolicyStateItemRequestBuilder) Patch ¶ added in v0.12.0
func (m *DeviceCompliancePolicyStateItemRequestBuilder) Patch(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DeviceCompliancePolicyStateable) error
Patch update the navigation property deviceCompliancePolicyStates in me
func (*DeviceCompliancePolicyStateItemRequestBuilder) PatchWithRequestConfigurationAndResponseHandler ¶ added in v0.22.0
func (m *DeviceCompliancePolicyStateItemRequestBuilder) PatchWithRequestConfigurationAndResponseHandler(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DeviceCompliancePolicyStateable, requestConfiguration *DeviceCompliancePolicyStateItemRequestBuilderPatchRequestConfiguration, responseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler) error
PatchWithRequestConfigurationAndResponseHandler update the navigation property deviceCompliancePolicyStates in me
type DeviceCompliancePolicyStateItemRequestBuilderDeleteRequestConfiguration ¶ added in v0.22.0
type DeviceCompliancePolicyStateItemRequestBuilderDeleteRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
DeviceCompliancePolicyStateItemRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type DeviceCompliancePolicyStateItemRequestBuilderGetQueryParameters ¶ added in v0.12.0
type DeviceCompliancePolicyStateItemRequestBuilderGetQueryParameters struct { // Expand related entities Expand []string `uriparametername:"%24expand"` // Select properties to be returned Select []string `uriparametername:"%24select"` }
DeviceCompliancePolicyStateItemRequestBuilderGetQueryParameters device compliance policy states for this device.
type DeviceCompliancePolicyStateItemRequestBuilderGetRequestConfiguration ¶ added in v0.22.0
type DeviceCompliancePolicyStateItemRequestBuilderGetRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Request query parameters QueryParameters *DeviceCompliancePolicyStateItemRequestBuilderGetQueryParameters }
DeviceCompliancePolicyStateItemRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type DeviceCompliancePolicyStateItemRequestBuilderPatchRequestConfiguration ¶ added in v0.22.0
type DeviceCompliancePolicyStateItemRequestBuilderPatchRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
DeviceCompliancePolicyStateItemRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.