PacketCoreControlPlaneCollectDiagnosticsPackage 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.
Packet core control plane collect diagnostics package options
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.PacketCoreControlPlaneCollectDiagnosticsPackageTypeConverter))]
public class PacketCoreControlPlaneCollectDiagnosticsPackage : Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.IPacketCoreControlPlaneCollectDiagnosticsPackage
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.PacketCoreControlPlaneCollectDiagnosticsPackageTypeConverter))>]
type PacketCoreControlPlaneCollectDiagnosticsPackage = class
interface IPacketCoreControlPlaneCollectDiagnosticsPackage
interface IJsonSerializable
Public Class PacketCoreControlPlaneCollectDiagnosticsPackage
Implements IPacketCoreControlPlaneCollectDiagnosticsPackage
- Inheritance
-
PacketCoreControlPlaneCollectDiagnosticsPackage
- Attributes
- Implements
Constructors
PacketCoreControlPlaneCollectDiagnosticsPackage() |
Creates an new PacketCoreControlPlaneCollectDiagnosticsPackage instance. |
Properties
StorageAccountBlobUrl |
The Storage Account Blob URL to upload the diagnostics package to. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of PacketCoreControlPlaneCollectDiagnosticsPackage. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of PacketCoreControlPlaneCollectDiagnosticsPackage. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.IPacketCoreControlPlaneCollectDiagnosticsPackage. |
FromJsonString(String) |
Creates a new instance of PacketCoreControlPlaneCollectDiagnosticsPackage, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of PacketCoreControlPlaneCollectDiagnosticsPackage into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |