次の方法で共有


SqlFileShare Class

Definition

File share

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview.SqlFileShareTypeConverter))]
public class SqlFileShare : Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview.ISqlFileShare
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview.SqlFileShareTypeConverter))>]
type SqlFileShare = class
    interface ISqlFileShare
    interface IJsonSerializable
Public Class SqlFileShare
Implements ISqlFileShare
Inheritance
SqlFileShare
Attributes
Implements

Constructors

SqlFileShare()

Creates an new SqlFileShare instance.

Properties

Password

Password for username to access file share location.

Path

Location as SMB share or local drive where backups are placed.

Username

Username to access the file share location for backups.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SqlFileShare.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SqlFileShare.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview.ISqlFileShare.

FromJsonString(String)

Creates a new instance of SqlFileShare, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of SqlFileShare into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to