Class PacketCoreControlPlaneCollectDiagnosticsPackage

java.lang.Object
com.azure.resourcemanager.mobilenetwork.models.PacketCoreControlPlaneCollectDiagnosticsPackage

public final class PacketCoreControlPlaneCollectDiagnosticsPackage extends Object
Packet core control plane collect diagnostics package options.
  • Constructor Details

    • PacketCoreControlPlaneCollectDiagnosticsPackage

      public PacketCoreControlPlaneCollectDiagnosticsPackage()
      Creates an instance of PacketCoreControlPlaneCollectDiagnosticsPackage class.
  • Method Details

    • storageAccountBlobUrl

      public String storageAccountBlobUrl()
      Get the storageAccountBlobUrl property: The Storage Account Blob URL to upload the diagnostics package to.
      Returns:
      the storageAccountBlobUrl value.
    • withStorageAccountBlobUrl

      public PacketCoreControlPlaneCollectDiagnosticsPackage withStorageAccountBlobUrl(String storageAccountBlobUrl)
      Set the storageAccountBlobUrl property: The Storage Account Blob URL to upload the diagnostics package to.
      Parameters:
      storageAccountBlobUrl - the storageAccountBlobUrl value to set.
      Returns:
      the PacketCoreControlPlaneCollectDiagnosticsPackage object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.