Class AzureFileVolume

java.lang.Object
hudson.model.AbstractDescribableImpl<AzureFileVolume>
com.microsoft.jenkins.containeragents.aci.volumes.AzureFileVolume
All Implemented Interfaces:
Describable<AzureFileVolume>, Serializable

public class AzureFileVolume extends AbstractDescribableImpl<AzureFileVolume> implements Serializable
See Also:
  • Constructor Details

    • AzureFileVolume

      @DataBoundConstructor public AzureFileVolume(String mountPath, String shareName, String credentialsId)
  • Method Details

    • getMountPath

      public String getMountPath()
    • getCredentialsId

      public String getCredentialsId()
    • getShareName

      public String getShareName()
    • getStorageAccountName

      public String getStorageAccountName()
    • getStorageAccountKey

      public String getStorageAccountKey()
    • get

      public static AzureFileVolume get()