Class CreateAndMountFileShareConfigurationResponse


  • public final class CreateAndMountFileShareConfigurationResponse
    extends java.lang.Object
    • Method Detail

      • configurationType

        public java.lang.String configurationType()
        Returns:
        The type of file share config. Expected value is 'CreateAndMount'.
      • resourceGroup

        public java.util.Optional<java.lang.String> resourceGroup()
        Returns:
        The name of transport file share resource group. This should be pre created by the customer. The app rg is used in case of missing input.
      • storageAccountName

        public java.util.Optional<java.lang.String> storageAccountName()
        Returns:
        The name of file share storage account name . A custom name is used in case of missing input.