DeploymentLogsRequest 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.MachineLearningServices.Models.Api20240401.DeploymentLogsRequestTypeConverter))]
public class DeploymentLogsRequest : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IDeploymentLogsRequest
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.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.Api20240401.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() |