StorageConnectorSourceUpdate 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.StorageConnectorSourceUpdateTypeConverter))]
public class StorageConnectorSourceUpdate : Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IStorageConnectorSourceUpdate
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.StorageConnectorSourceUpdateTypeConverter))>]
type StorageConnectorSourceUpdate = class
interface IStorageConnectorSourceUpdate
interface IJsonSerializable
Public Class StorageConnectorSourceUpdate
Implements IStorageConnectorSourceUpdate
- Inheritance
-
StorageConnectorSourceUpdate
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| StorageConnectorSourceUpdate() |
Creates an new StorageConnectorSourceUpdate 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 StorageConnectorSourceUpdate. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of StorageConnectorSourceUpdate. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IStorageConnectorSourceUpdate. Note: the Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IStorageConnectorSourceUpdate 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 StorageConnectorSourceUpdate, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of StorageConnectorSourceUpdate into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |