次の方法で共有


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

Applies to