MountFileShareConfiguration Class
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.
Gets or sets the file share configuration where the transport directory fileshare already exists, and user wishes to mount the fileshare as a part of the create infra flow.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.Api20231001Preview.MountFileShareConfigurationTypeConverter))]
public class MountFileShareConfiguration : Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.Api20231001Preview.IMountFileShareConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.Api20231001Preview.MountFileShareConfigurationTypeConverter))>]
type MountFileShareConfiguration = class
interface IMountFileShareConfiguration
interface IJsonSerializable
interface IFileShareConfiguration
interface IValidates
Public Class MountFileShareConfiguration
Implements IMountFileShareConfiguration, IValidates
- Inheritance
-
MountFileShareConfiguration
- Attributes
- Implements
Constructors
MountFileShareConfiguration() |
Creates an new MountFileShareConfiguration instance. |
Properties
ConfigurationType |
The type of file share config. |
Id |
The fileshare resource ID |
PrivateEndpointId |
The private endpoint resource ID |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of MountFileShareConfiguration. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of MountFileShareConfiguration. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.Api20231001Preview.IMountFileShareConfiguration. |
FromJsonString(String) |
Creates a new instance of MountFileShareConfiguration, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of MountFileShareConfiguration into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() | |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |