Documentation
¶
Index ¶
- func CreateVerifyWindowsEnrollmentAutoDiscoveryWithDomainNameResponseFromDiscriminatorValue(...) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, ...)
- type VerifyWindowsEnrollmentAutoDiscoveryWithDomainNameRequestBuilder
- func NewVerifyWindowsEnrollmentAutoDiscoveryWithDomainNameRequestBuilder(rawUrl string, ...) *VerifyWindowsEnrollmentAutoDiscoveryWithDomainNameRequestBuilder
- func NewVerifyWindowsEnrollmentAutoDiscoveryWithDomainNameRequestBuilderInternal(pathParameters map[string]string, ...) *VerifyWindowsEnrollmentAutoDiscoveryWithDomainNameRequestBuilder
- func (m *VerifyWindowsEnrollmentAutoDiscoveryWithDomainNameRequestBuilder) CreateGetRequestInformation() (...)
- func (m *VerifyWindowsEnrollmentAutoDiscoveryWithDomainNameRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(...) (...)
- func (m *VerifyWindowsEnrollmentAutoDiscoveryWithDomainNameRequestBuilder) Get() (VerifyWindowsEnrollmentAutoDiscoveryWithDomainNameResponseable, error)
- func (m *VerifyWindowsEnrollmentAutoDiscoveryWithDomainNameRequestBuilder) GetWithRequestConfigurationAndResponseHandler(...) (VerifyWindowsEnrollmentAutoDiscoveryWithDomainNameResponseable, error)
- type VerifyWindowsEnrollmentAutoDiscoveryWithDomainNameRequestBuilderGetRequestConfiguration
- type VerifyWindowsEnrollmentAutoDiscoveryWithDomainNameResponse
- func (m *VerifyWindowsEnrollmentAutoDiscoveryWithDomainNameResponse) GetAdditionalData() map[string]interface{}
- func (m *VerifyWindowsEnrollmentAutoDiscoveryWithDomainNameResponse) GetFieldDeserializers() ...
- func (m *VerifyWindowsEnrollmentAutoDiscoveryWithDomainNameResponse) GetValue() *bool
- func (m *VerifyWindowsEnrollmentAutoDiscoveryWithDomainNameResponse) Serialize(...) error
- func (m *VerifyWindowsEnrollmentAutoDiscoveryWithDomainNameResponse) SetAdditionalData(value map[string]interface{})
- func (m *VerifyWindowsEnrollmentAutoDiscoveryWithDomainNameResponse) SetValue(value *bool)
- type VerifyWindowsEnrollmentAutoDiscoveryWithDomainNameResponseable
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateVerifyWindowsEnrollmentAutoDiscoveryWithDomainNameResponseFromDiscriminatorValue ¶ added in v0.13.0
func CreateVerifyWindowsEnrollmentAutoDiscoveryWithDomainNameResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error)
CreateVerifyWindowsEnrollmentAutoDiscoveryWithDomainNameResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
Types ¶
type VerifyWindowsEnrollmentAutoDiscoveryWithDomainNameRequestBuilder ¶
type VerifyWindowsEnrollmentAutoDiscoveryWithDomainNameRequestBuilder struct {
// contains filtered or unexported fields
}
VerifyWindowsEnrollmentAutoDiscoveryWithDomainNameRequestBuilder provides operations to call the verifyWindowsEnrollmentAutoDiscovery method.
func NewVerifyWindowsEnrollmentAutoDiscoveryWithDomainNameRequestBuilder ¶
func NewVerifyWindowsEnrollmentAutoDiscoveryWithDomainNameRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *VerifyWindowsEnrollmentAutoDiscoveryWithDomainNameRequestBuilder
NewVerifyWindowsEnrollmentAutoDiscoveryWithDomainNameRequestBuilder instantiates a new VerifyWindowsEnrollmentAutoDiscoveryWithDomainNameRequestBuilder and sets the default values.
func NewVerifyWindowsEnrollmentAutoDiscoveryWithDomainNameRequestBuilderInternal ¶
func NewVerifyWindowsEnrollmentAutoDiscoveryWithDomainNameRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter, domainName *string) *VerifyWindowsEnrollmentAutoDiscoveryWithDomainNameRequestBuilder
NewVerifyWindowsEnrollmentAutoDiscoveryWithDomainNameRequestBuilderInternal instantiates a new VerifyWindowsEnrollmentAutoDiscoveryWithDomainNameRequestBuilder and sets the default values.
func (*VerifyWindowsEnrollmentAutoDiscoveryWithDomainNameRequestBuilder) CreateGetRequestInformation ¶
func (m *VerifyWindowsEnrollmentAutoDiscoveryWithDomainNameRequestBuilder) CreateGetRequestInformation() (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation invoke function verifyWindowsEnrollmentAutoDiscovery
func (*VerifyWindowsEnrollmentAutoDiscoveryWithDomainNameRequestBuilder) CreateGetRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *VerifyWindowsEnrollmentAutoDiscoveryWithDomainNameRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *VerifyWindowsEnrollmentAutoDiscoveryWithDomainNameRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformationWithRequestConfiguration invoke function verifyWindowsEnrollmentAutoDiscovery
func (*VerifyWindowsEnrollmentAutoDiscoveryWithDomainNameRequestBuilder) Get ¶
func (m *VerifyWindowsEnrollmentAutoDiscoveryWithDomainNameRequestBuilder) Get() (VerifyWindowsEnrollmentAutoDiscoveryWithDomainNameResponseable, error)
Get invoke function verifyWindowsEnrollmentAutoDiscovery
func (*VerifyWindowsEnrollmentAutoDiscoveryWithDomainNameRequestBuilder) GetWithRequestConfigurationAndResponseHandler ¶ added in v0.22.0
func (m *VerifyWindowsEnrollmentAutoDiscoveryWithDomainNameRequestBuilder) GetWithRequestConfigurationAndResponseHandler(requestConfiguration *VerifyWindowsEnrollmentAutoDiscoveryWithDomainNameRequestBuilderGetRequestConfiguration, responseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler) (VerifyWindowsEnrollmentAutoDiscoveryWithDomainNameResponseable, error)
GetWithRequestConfigurationAndResponseHandler invoke function verifyWindowsEnrollmentAutoDiscovery
type VerifyWindowsEnrollmentAutoDiscoveryWithDomainNameRequestBuilderGetRequestConfiguration ¶ added in v0.22.0
type VerifyWindowsEnrollmentAutoDiscoveryWithDomainNameRequestBuilderGetRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
VerifyWindowsEnrollmentAutoDiscoveryWithDomainNameRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type VerifyWindowsEnrollmentAutoDiscoveryWithDomainNameResponse ¶ added in v0.13.0
type VerifyWindowsEnrollmentAutoDiscoveryWithDomainNameResponse struct {
// contains filtered or unexported fields
}
VerifyWindowsEnrollmentAutoDiscoveryWithDomainNameResponse provides operations to call the verifyWindowsEnrollmentAutoDiscovery method.
func NewVerifyWindowsEnrollmentAutoDiscoveryWithDomainNameResponse ¶ added in v0.13.0
func NewVerifyWindowsEnrollmentAutoDiscoveryWithDomainNameResponse() *VerifyWindowsEnrollmentAutoDiscoveryWithDomainNameResponse
NewVerifyWindowsEnrollmentAutoDiscoveryWithDomainNameResponse instantiates a new verifyWindowsEnrollmentAutoDiscoveryWithDomainNameResponse and sets the default values.
func (*VerifyWindowsEnrollmentAutoDiscoveryWithDomainNameResponse) GetAdditionalData ¶ added in v0.13.0
func (m *VerifyWindowsEnrollmentAutoDiscoveryWithDomainNameResponse) GetAdditionalData() map[string]interface{}
GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (*VerifyWindowsEnrollmentAutoDiscoveryWithDomainNameResponse) GetFieldDeserializers ¶ added in v0.13.0
func (m *VerifyWindowsEnrollmentAutoDiscoveryWithDomainNameResponse) GetFieldDeserializers() map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*VerifyWindowsEnrollmentAutoDiscoveryWithDomainNameResponse) GetValue ¶ added in v0.13.0
func (m *VerifyWindowsEnrollmentAutoDiscoveryWithDomainNameResponse) GetValue() *bool
GetValue gets the value property value. The value property
func (*VerifyWindowsEnrollmentAutoDiscoveryWithDomainNameResponse) Serialize ¶ added in v0.13.0
func (m *VerifyWindowsEnrollmentAutoDiscoveryWithDomainNameResponse) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter) error
Serialize serializes information the current object
func (*VerifyWindowsEnrollmentAutoDiscoveryWithDomainNameResponse) SetAdditionalData ¶ added in v0.13.0
func (m *VerifyWindowsEnrollmentAutoDiscoveryWithDomainNameResponse) SetAdditionalData(value map[string]interface{})
SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (*VerifyWindowsEnrollmentAutoDiscoveryWithDomainNameResponse) SetValue ¶ added in v0.13.0
func (m *VerifyWindowsEnrollmentAutoDiscoveryWithDomainNameResponse) SetValue(value *bool)
SetValue sets the value property value. The value property
type VerifyWindowsEnrollmentAutoDiscoveryWithDomainNameResponseable ¶ added in v0.13.0
type VerifyWindowsEnrollmentAutoDiscoveryWithDomainNameResponseable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable GetValue() *bool SetValue(value *bool) }
VerifyWindowsEnrollmentAutoDiscoveryWithDomainNameResponseable