Share via


ServerlessEndpointsDeleteAcceptedResponseHeaders Class

Definition

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

Constructors

ServerlessEndpointsDeleteAcceptedResponseHeaders()

Creates an new ServerlessEndpointsDeleteAcceptedResponseHeaders instance.

Properties

XmsAsyncOperationTimeout

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ServerlessEndpointsDeleteAcceptedResponseHeaders.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ServerlessEndpointsDeleteAcceptedResponseHeaders.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ServerlessEndpointsDeleteAcceptedResponseHeaders into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Explicit Interface Implementations

IHeaderSerializable.ReadHeaders(HttpResponseHeaders)

Applies to