StorageConnectorSource 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.
The storage connector backing data source information
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.StorageConnectorSourceTypeConverter))]
public class StorageConnectorSource : Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IStorageConnectorSource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.StorageConnectorSourceTypeConverter))>]
type StorageConnectorSource = class
interface IStorageConnectorSource
interface IJsonSerializable
Public Class StorageConnectorSource
Implements IStorageConnectorSource
- Inheritance
-
StorageConnectorSource
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| StorageConnectorSource() |
Creates an new StorageConnectorSource instance. |
Properties
| Name | Description |
|---|---|
| Type |
Type of the Storage Connector. Not mutable once the Storage Connector is created." |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of StorageConnectorSource. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of StorageConnectorSource. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IStorageConnectorSource. Note: the Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IStorageConnectorSource interface is polymorphic, and the precise model class that will get deserialized is determined at runtime based on the payload. |
| FromJsonString(String) |
Creates a new instance of StorageConnectorSource, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of StorageConnectorSource into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |