DiagnosticParameters 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.
Diagnostic parameters of diagnostic operations
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.DiagnosticParametersTypeConverter))]
public class DiagnosticParameters : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IDiagnosticParameters
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.DiagnosticParametersTypeConverter))>]
type DiagnosticParameters = class
interface IDiagnosticParameters
interface IJsonSerializable
Public Class DiagnosticParameters
Implements IDiagnosticParameters
- Inheritance
-
DiagnosticParameters
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| DiagnosticParameters() |
Creates an new DiagnosticParameters instance. |
Properties
| Name | Description |
|---|---|
| AppInstance |
App instance name |
| Duration |
Duration of your JFR. 1 min can be represented by 1m or 60s. |
| FilePath |
Your target file path in your own BYOS |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of DiagnosticParameters. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of DiagnosticParameters. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IDiagnosticParameters. |
| FromJsonString(String) |
Creates a new instance of DiagnosticParameters, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of DiagnosticParameters into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |