Class DeprovisionRequestParameters
Request options for Deprovision
https://opensearch.org/docs/latest/automating-configurations/api/deprovision-workflow/
Inheritance
DeprovisionRequestParameters
Assembly: OpenSearch.Net.dll
Syntax
public class DeprovisionRequestParameters : RequestParameters<DeprovisionRequestParameters>, IRequestParameters
Properties
|
Edit this page
View Source
AllowDelete
Declaration
public string AllowDelete { get; set; }
Property Value
|
Edit this page
View Source
DefaultHttpMethod
Declaration
public override HttpMethod DefaultHttpMethod { get; }
Property Value
Overrides
|
Edit this page
View Source
SupportsBody
Declaration
public override bool SupportsBody { get; }
Property Value
Overrides
Implements
Extension Methods