PacketCoreControlPlaneCollectDiagnosticsPackage Class

Definition

Packet core control plane collect diagnostics package options.

public class PacketCoreControlPlaneCollectDiagnosticsPackage : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MobileNetwork.Models.PacketCoreControlPlaneCollectDiagnosticsPackage>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MobileNetwork.Models.PacketCoreControlPlaneCollectDiagnosticsPackage>
type PacketCoreControlPlaneCollectDiagnosticsPackage = class
    interface IJsonModel<PacketCoreControlPlaneCollectDiagnosticsPackage>
    interface IPersistableModel<PacketCoreControlPlaneCollectDiagnosticsPackage>
Public Class PacketCoreControlPlaneCollectDiagnosticsPackage
Implements IJsonModel(Of PacketCoreControlPlaneCollectDiagnosticsPackage), IPersistableModel(Of PacketCoreControlPlaneCollectDiagnosticsPackage)
Inheritance
PacketCoreControlPlaneCollectDiagnosticsPackage
Implements

Constructors

PacketCoreControlPlaneCollectDiagnosticsPackage(Uri)

Initializes a new instance of PacketCoreControlPlaneCollectDiagnosticsPackage.

Properties

StorageAccountBlobUri

The Storage Account Blob URL to upload the diagnostics package to.

Explicit Interface Implementations

IJsonModel<PacketCoreControlPlaneCollectDiagnosticsPackage>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<PacketCoreControlPlaneCollectDiagnosticsPackage>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PacketCoreControlPlaneCollectDiagnosticsPackage>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PacketCoreControlPlaneCollectDiagnosticsPackage>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<PacketCoreControlPlaneCollectDiagnosticsPackage>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to