ComponentLinkedStorageAccountsPatch 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.
An Application Insights component linked storage accounts patch
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20200301Preview.ComponentLinkedStorageAccountsPatchTypeConverter))]
public class ComponentLinkedStorageAccountsPatch : Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20200301Preview.IComponentLinkedStorageAccountsPatch
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20200301Preview.ComponentLinkedStorageAccountsPatchTypeConverter))>]
type ComponentLinkedStorageAccountsPatch = class
interface IComponentLinkedStorageAccountsPatch
interface IJsonSerializable
Public Class ComponentLinkedStorageAccountsPatch
Implements IComponentLinkedStorageAccountsPatch
- Inheritance
-
ComponentLinkedStorageAccountsPatch
- Attributes
- Implements
Constructors
ComponentLinkedStorageAccountsPatch() |
Creates an new ComponentLinkedStorageAccountsPatch instance. |
Properties
LinkedStorageAccount |
Linked storage account resource ID |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ComponentLinkedStorageAccountsPatch. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ComponentLinkedStorageAccountsPatch. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20200301Preview.IComponentLinkedStorageAccountsPatch. |
FromJsonString(String) |
Creates a new instance of ComponentLinkedStorageAccountsPatch, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ComponentLinkedStorageAccountsPatch into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |