Udostępnij przez


SkipFileShareConfiguration Class

Definition

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.SkipFileShareConfigurationTypeConverter))]
public class SkipFileShareConfiguration : Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.ISkipFileShareConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.SkipFileShareConfigurationTypeConverter))>]
type SkipFileShareConfiguration = class
    interface ISkipFileShareConfiguration
    interface IJsonSerializable
    interface IFileShareConfiguration
    interface IValidates
Public Class SkipFileShareConfiguration
Implements ISkipFileShareConfiguration, IValidates
Inheritance
SkipFileShareConfiguration
Attributes
Implements

Constructors

Name Description
SkipFileShareConfiguration()

Creates an new SkipFileShareConfiguration instance.

Properties

Name Description
ConfigurationType

The type of file share config, eg: Mount/CreateAndMount/Skip.

Methods

Name Description
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.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.

Applies to