Share via


SqlFileShare Class

Definition

File share

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

Constructors

Name Description
SqlFileShare()

Creates an new SqlFileShare instance.

Properties

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

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