Class MountFileShareConfiguration

java.lang.Object
com.azure.resourcemanager.workloads.models.FileShareConfiguration
com.azure.resourcemanager.workloads.models.MountFileShareConfiguration

public final class MountFileShareConfiguration extends FileShareConfiguration
Gets or sets the file share configuration for externally mounted cases.
  • Constructor Details

    • MountFileShareConfiguration

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

    • id

      public String id()
      Get the id property: The fileshare resource ID.
      Returns:
      the id value.
    • withId

      public MountFileShareConfiguration withId(String id)
      Set the id property: The fileshare resource ID.
      Parameters:
      id - the id value to set.
      Returns:
      the MountFileShareConfiguration object itself.
    • privateEndpointId

      public String privateEndpointId()
      Get the privateEndpointId property: The private endpoint resource ID.
      Returns:
      the privateEndpointId value.
    • withPrivateEndpointId

      public MountFileShareConfiguration withPrivateEndpointId(String privateEndpointId)
      Set the privateEndpointId property: The private endpoint resource ID.
      Parameters:
      privateEndpointId - the privateEndpointId value to set.
      Returns:
      the MountFileShareConfiguration object itself.
    • validate

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