Documentation ¶
Index ¶
- func CreateForceDeletePostRequestBodyFromDiscriminatorValue(...) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, ...)
- type ForceDeletePostRequestBody
- func (m *ForceDeletePostRequestBody) GetAdditionalData() map[string]interface{}
- func (m *ForceDeletePostRequestBody) GetDisableUserAccounts() *bool
- func (m *ForceDeletePostRequestBody) GetFieldDeserializers() ...
- func (m *ForceDeletePostRequestBody) Serialize(...) error
- func (m *ForceDeletePostRequestBody) SetAdditionalData(value map[string]interface{})
- func (m *ForceDeletePostRequestBody) SetDisableUserAccounts(value *bool)
- type ForceDeletePostRequestBodyable
- type ForceDeleteRequestBuilder
- type ForceDeleteRequestBuilderPostRequestConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateForceDeletePostRequestBodyFromDiscriminatorValue ¶ added in v0.24.0
func CreateForceDeletePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error)
CreateForceDeletePostRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
Types ¶
type ForceDeletePostRequestBody ¶ added in v0.24.0
type ForceDeletePostRequestBody struct {
// contains filtered or unexported fields
}
ForceDeletePostRequestBody provides operations to call the forceDelete method.
func NewForceDeletePostRequestBody ¶ added in v0.24.0
func NewForceDeletePostRequestBody() *ForceDeletePostRequestBody
NewForceDeletePostRequestBody instantiates a new forceDeletePostRequestBody and sets the default values.
func (*ForceDeletePostRequestBody) GetAdditionalData ¶ added in v0.24.0
func (m *ForceDeletePostRequestBody) 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 (*ForceDeletePostRequestBody) GetDisableUserAccounts ¶ added in v0.24.0
func (m *ForceDeletePostRequestBody) GetDisableUserAccounts() *bool
GetDisableUserAccounts gets the disableUserAccounts property value. The disableUserAccounts property
func (*ForceDeletePostRequestBody) GetFieldDeserializers ¶ added in v0.24.0
func (m *ForceDeletePostRequestBody) GetFieldDeserializers() map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*ForceDeletePostRequestBody) Serialize ¶ added in v0.24.0
func (m *ForceDeletePostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter) error
Serialize serializes information the current object
func (*ForceDeletePostRequestBody) SetAdditionalData ¶ added in v0.24.0
func (m *ForceDeletePostRequestBody) 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 (*ForceDeletePostRequestBody) SetDisableUserAccounts ¶ added in v0.24.0
func (m *ForceDeletePostRequestBody) SetDisableUserAccounts(value *bool)
SetDisableUserAccounts sets the disableUserAccounts property value. The disableUserAccounts property
type ForceDeletePostRequestBodyable ¶ added in v0.24.0
type ForceDeletePostRequestBodyable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable GetDisableUserAccounts() *bool SetDisableUserAccounts(value *bool) }
ForceDeletePostRequestBodyable
type ForceDeleteRequestBuilder ¶
type ForceDeleteRequestBuilder struct {
// contains filtered or unexported fields
}
ForceDeleteRequestBuilder provides operations to call the forceDelete method.
func NewForceDeleteRequestBuilder ¶
func NewForceDeleteRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ForceDeleteRequestBuilder
NewForceDeleteRequestBuilder instantiates a new ForceDeleteRequestBuilder and sets the default values.
func NewForceDeleteRequestBuilderInternal ¶
func NewForceDeleteRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ForceDeleteRequestBuilder
NewForceDeleteRequestBuilderInternal instantiates a new ForceDeleteRequestBuilder and sets the default values.
func (*ForceDeleteRequestBuilder) CreatePostRequestInformation ¶
func (m *ForceDeleteRequestBuilder) CreatePostRequestInformation(ctx context.Context, body ForceDeletePostRequestBodyable, requestConfiguration *ForceDeleteRequestBuilderPostRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformation deletes a domain using an asynchronous long-running operation. Prior to calling forceDelete, you must update or remove any references to **Exchange** as the provisioning service. The following actions are performed as part of this operation: After the domain deletion completes, API operations for the deleted domain will return a HTTP 404 status code. To verify deletion of a domain, you can perform a get domain operation.
func (*ForceDeleteRequestBuilder) Post ¶
func (m *ForceDeleteRequestBuilder) Post(ctx context.Context, body ForceDeletePostRequestBodyable, requestConfiguration *ForceDeleteRequestBuilderPostRequestConfiguration) error
Post deletes a domain using an asynchronous long-running operation. Prior to calling forceDelete, you must update or remove any references to **Exchange** as the provisioning service. The following actions are performed as part of this operation: After the domain deletion completes, API operations for the deleted domain will return a HTTP 404 status code. To verify deletion of a domain, you can perform a get domain operation.
type ForceDeleteRequestBuilderPostRequestConfiguration ¶ added in v0.22.0
type ForceDeleteRequestBuilderPostRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
ForceDeleteRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.