Compartilhar via


DeploymentLogsRequest Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.DeploymentLogsRequestTypeConverter))]
public class DeploymentLogsRequest : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.IDeploymentLogsRequest
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.DeploymentLogsRequestTypeConverter))>]
type DeploymentLogsRequest = class
    interface IDeploymentLogsRequest
    interface IJsonSerializable
Public Class DeploymentLogsRequest
Implements IDeploymentLogsRequest
Inheritance
DeploymentLogsRequest
Attributes
Implements

Constructors

DeploymentLogsRequest()

Creates an new DeploymentLogsRequest instance.

Properties

ContainerType

The type of container to retrieve logs from.

Tail

The maximum number of lines to tail.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DeploymentLogsRequest.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DeploymentLogsRequest.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of DeploymentLogsRequest into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to