Documentation
¶
Index ¶
- type MobileThreatDefenseConnectorsRequestBuilder
- func (m *MobileThreatDefenseConnectorsRequestBuilder) Count() ...
- func (m *MobileThreatDefenseConnectorsRequestBuilder) CreateGetRequestInformation(options *MobileThreatDefenseConnectorsRequestBuilderGetOptions) (...)
- func (m *MobileThreatDefenseConnectorsRequestBuilder) CreatePostRequestInformation(options *MobileThreatDefenseConnectorsRequestBuilderPostOptions) (...)
- func (m *MobileThreatDefenseConnectorsRequestBuilder) Get(options *MobileThreatDefenseConnectorsRequestBuilderGetOptions) (...)
- func (m *MobileThreatDefenseConnectorsRequestBuilder) Post(options *MobileThreatDefenseConnectorsRequestBuilderPostOptions) (...)
- type MobileThreatDefenseConnectorsRequestBuilderGetOptions
- type MobileThreatDefenseConnectorsRequestBuilderGetQueryParameters
- type MobileThreatDefenseConnectorsRequestBuilderPostOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MobileThreatDefenseConnectorsRequestBuilder ¶
type MobileThreatDefenseConnectorsRequestBuilder struct {
// contains filtered or unexported fields
}
MobileThreatDefenseConnectorsRequestBuilder provides operations to manage the mobileThreatDefenseConnectors property of the microsoft.graph.deviceManagement entity.
func NewMobileThreatDefenseConnectorsRequestBuilder ¶
func NewMobileThreatDefenseConnectorsRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *MobileThreatDefenseConnectorsRequestBuilder
NewMobileThreatDefenseConnectorsRequestBuilder instantiates a new MobileThreatDefenseConnectorsRequestBuilder and sets the default values.
func NewMobileThreatDefenseConnectorsRequestBuilderInternal ¶
func NewMobileThreatDefenseConnectorsRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *MobileThreatDefenseConnectorsRequestBuilder
NewMobileThreatDefenseConnectorsRequestBuilderInternal instantiates a new MobileThreatDefenseConnectorsRequestBuilder and sets the default values.
func (*MobileThreatDefenseConnectorsRequestBuilder) CreateGetRequestInformation ¶
func (m *MobileThreatDefenseConnectorsRequestBuilder) CreateGetRequestInformation(options *MobileThreatDefenseConnectorsRequestBuilderGetOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateGetRequestInformation the list of Mobile threat Defense connectors configured by the tenant.
func (*MobileThreatDefenseConnectorsRequestBuilder) CreatePostRequestInformation ¶
func (m *MobileThreatDefenseConnectorsRequestBuilder) CreatePostRequestInformation(options *MobileThreatDefenseConnectorsRequestBuilderPostOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreatePostRequestInformation create new navigation property to mobileThreatDefenseConnectors for deviceManagement
func (*MobileThreatDefenseConnectorsRequestBuilder) Get ¶
func (m *MobileThreatDefenseConnectorsRequestBuilder) Get(options *MobileThreatDefenseConnectorsRequestBuilderGetOptions) (i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.MobileThreatDefenseConnectorCollectionResponseable, error)
Get the list of Mobile threat Defense connectors configured by the tenant.
func (*MobileThreatDefenseConnectorsRequestBuilder) Post ¶
func (m *MobileThreatDefenseConnectorsRequestBuilder) Post(options *MobileThreatDefenseConnectorsRequestBuilderPostOptions) (i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.MobileThreatDefenseConnectorable, error)
Post create new navigation property to mobileThreatDefenseConnectors for deviceManagement
type MobileThreatDefenseConnectorsRequestBuilderGetOptions ¶
type MobileThreatDefenseConnectorsRequestBuilderGetOptions struct {
// Request headers
H map[string]string
// Request options
O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption
// Request query parameters
Q *MobileThreatDefenseConnectorsRequestBuilderGetQueryParameters
// Response handler to use in place of the default response handling provided by the core service
ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler
}
MobileThreatDefenseConnectorsRequestBuilderGetOptions options for Get
type MobileThreatDefenseConnectorsRequestBuilderGetQueryParameters ¶
type MobileThreatDefenseConnectorsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool
// Expand related entities
Expand []string
// Filter items by property values
Filter *string
// Order items by property values
Orderby []string
// Search items by search phrases
Search *string
// Select properties to be returned
Select []string
// Skip the first n items
Skip *int32
// Show only the first n items
Top *int32
}
MobileThreatDefenseConnectorsRequestBuilderGetQueryParameters the list of Mobile threat Defense connectors configured by the tenant.
type MobileThreatDefenseConnectorsRequestBuilderPostOptions ¶
type MobileThreatDefenseConnectorsRequestBuilderPostOptions struct {
//
Body i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.MobileThreatDefenseConnectorable
// 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
}
MobileThreatDefenseConnectorsRequestBuilderPostOptions options for Post