SkipFileShareConfiguration 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 for scenarios where transport directory fileshare is not created or required.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.Api20231001Preview.SkipFileShareConfigurationTypeConverter))]
public class SkipFileShareConfiguration : Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.Api20231001Preview.ISkipFileShareConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.Api20231001Preview.SkipFileShareConfigurationTypeConverter))>]
type SkipFileShareConfiguration = class
interface ISkipFileShareConfiguration
interface IJsonSerializable
interface IFileShareConfiguration
interface IValidates
Public Class SkipFileShareConfiguration
Implements ISkipFileShareConfiguration, IValidates
- Inheritance
-
SkipFileShareConfiguration
- Attributes
- Implements
Constructors
SkipFileShareConfiguration() |
Creates an new SkipFileShareConfiguration instance. |
Properties
ConfigurationType |
The type of file share config. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of SkipFileShareConfiguration. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of SkipFileShareConfiguration. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.Api20231001Preview.ISkipFileShareConfiguration. |
FromJsonString(String) |
Creates a new instance of SkipFileShareConfiguration, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of SkipFileShareConfiguration into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() | |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |