CheckLabelsOkResponseHeaders Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Models.CheckLabelsOkResponseHeadersTypeConverter))]
public class CheckLabelsOkResponseHeaders : Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Models.ICheckLabelsOkResponseHeaders, Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.IHeaderSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Models.CheckLabelsOkResponseHeadersTypeConverter))>]
type CheckLabelsOkResponseHeaders = class
interface ICheckLabelsOkResponseHeaders
interface IHeaderSerializable
Public Class CheckLabelsOkResponseHeaders
Implements ICheckLabelsOkResponseHeaders, IHeaderSerializable
- Inheritance
-
CheckLabelsOkResponseHeaders
- Attributes
- Implements
Constructors
CheckLabelsOkResponseHeaders() |
Creates an new CheckLabelsOkResponseHeaders instance. |
Properties
SyncToken |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of CheckLabelsOkResponseHeaders. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of CheckLabelsOkResponseHeaders. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Models.ICheckLabelsOkResponseHeaders. |
FromJsonString(String) |
Creates a new instance of CheckLabelsOkResponseHeaders, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of CheckLabelsOkResponseHeaders into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |
Explicit Interface Implementations
IHeaderSerializable.ReadHeaders(HttpResponseHeaders) |