Share via


RegistryDataVersionsDeleteAcceptedResponseHeaders Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.RegistryDataVersionsDeleteAcceptedResponseHeadersTypeConverter))]
public class RegistryDataVersionsDeleteAcceptedResponseHeaders : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IRegistryDataVersionsDeleteAcceptedResponseHeaders, Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.IHeaderSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.RegistryDataVersionsDeleteAcceptedResponseHeadersTypeConverter))>]
type RegistryDataVersionsDeleteAcceptedResponseHeaders = class
    interface IRegistryDataVersionsDeleteAcceptedResponseHeaders
    interface IHeaderSerializable
Public Class RegistryDataVersionsDeleteAcceptedResponseHeaders
Implements IHeaderSerializable, IRegistryDataVersionsDeleteAcceptedResponseHeaders
Inheritance
RegistryDataVersionsDeleteAcceptedResponseHeaders
Attributes
Implements

Constructors

RegistryDataVersionsDeleteAcceptedResponseHeaders()

Creates an new RegistryDataVersionsDeleteAcceptedResponseHeaders instance.

Properties

XmsAsyncOperationTimeout

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of RegistryDataVersionsDeleteAcceptedResponseHeaders.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of RegistryDataVersionsDeleteAcceptedResponseHeaders.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IRegistryDataVersionsDeleteAcceptedResponseHeaders.

FromJsonString(String)

Creates a new instance of RegistryDataVersionsDeleteAcceptedResponseHeaders, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of RegistryDataVersionsDeleteAcceptedResponseHeaders into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Explicit Interface Implementations

IHeaderSerializable.ReadHeaders(HttpResponseHeaders)

Applies to