Class DiagnosticStorageProperties

java.lang.Object
com.azure.resourcemanager.deviceupdate.models.DiagnosticStorageProperties

public final class DiagnosticStorageProperties extends Object
Customer-initiated diagnostic log collection storage properties.
  • Constructor Details

    • DiagnosticStorageProperties

      public DiagnosticStorageProperties()
  • Method Details

    • authenticationType

      public AuthenticationType authenticationType()
      Get the authenticationType property: Authentication Type.
      Returns:
      the authenticationType value.
    • withAuthenticationType

      public DiagnosticStorageProperties withAuthenticationType(AuthenticationType authenticationType)
      Set the authenticationType property: Authentication Type.
      Parameters:
      authenticationType - the authenticationType value to set.
      Returns:
      the DiagnosticStorageProperties object itself.
    • connectionString

      public String connectionString()
      Get the connectionString property: ConnectionString of the diagnostic storage account.
      Returns:
      the connectionString value.
    • withConnectionString

      public DiagnosticStorageProperties withConnectionString(String connectionString)
      Set the connectionString property: ConnectionString of the diagnostic storage account.
      Parameters:
      connectionString - the connectionString value to set.
      Returns:
      the DiagnosticStorageProperties object itself.
    • resourceId

      public String resourceId()
      Get the resourceId property: ResourceId of the diagnostic storage account.
      Returns:
      the resourceId value.
    • withResourceId

      public DiagnosticStorageProperties withResourceId(String resourceId)
      Set the resourceId property: ResourceId of the diagnostic storage account.
      Parameters:
      resourceId - the resourceId value to set.
      Returns:
      the DiagnosticStorageProperties object itself.
    • validate

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