RegistryEnvironmentVersionsDeleteAcceptedResponseHeaders Class

Definition

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

Constructors

RegistryEnvironmentVersionsDeleteAcceptedResponseHeaders()

Creates an new RegistryEnvironmentVersionsDeleteAcceptedResponseHeaders instance.

Properties

XmsAsyncOperationTimeout

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of RegistryEnvironmentVersionsDeleteAcceptedResponseHeaders.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of RegistryEnvironmentVersionsDeleteAcceptedResponseHeaders.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of RegistryEnvironmentVersionsDeleteAcceptedResponseHeaders into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Explicit Interface Implementations

IHeaderSerializable.ReadHeaders(HttpResponseHeaders)

Applies to