ICreateAndMountFileShareConfiguration Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.Api20231001Preview.CreateAndMountFileShareConfigurationTypeConverter))]
public interface ICreateAndMountFileShareConfiguration : Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.Api20231001Preview.IFileShareConfiguration
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.Api20231001Preview.CreateAndMountFileShareConfigurationTypeConverter))>]
type ICreateAndMountFileShareConfiguration = interface
interface IJsonSerializable
interface IFileShareConfiguration
Public Interface ICreateAndMountFileShareConfiguration
Implements IFileShareConfiguration
- Derived
- Attributes
- Implements
Properties
ConfigurationType |
The type of file share config. (Inherited from IFileShareConfiguration) |
ResourceGroup |
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 |
The name of file share storage account name . A custom name is used in case of missing input. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |