Share via


DiagnoseRequestPropertiesStorageAccount Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.DiagnoseRequestPropertiesStorageAccountTypeConverter))]
public class DiagnoseRequestPropertiesStorageAccount : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.IDiagnoseRequestPropertiesStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.IAssociativeArray<object>
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.DiagnoseRequestPropertiesStorageAccountTypeConverter))>]
type DiagnoseRequestPropertiesStorageAccount = class
    interface IDiagnoseRequestPropertiesStorageAccount
    interface IJsonSerializable
    interface IAssociativeArray<obj>
Public Class DiagnoseRequestPropertiesStorageAccount
Implements IAssociativeArray(Of Object), IDiagnoseRequestPropertiesStorageAccount
Inheritance
DiagnoseRequestPropertiesStorageAccount
Attributes
Implements

Constructors

DiagnoseRequestPropertiesStorageAccount()

Fields

__additionalProperties

Properties

Item[String]

Methods

Add(String, Object)
Clear()
ContainsKey(String)
CopyFrom(IDictionary)
CopyFrom(PSObject)
DeserializeFromDictionary(IDictionary)
DeserializeFromPSObject(PSObject)
FromJson(JsonNode)
FromJsonString(String)
Remove(String)
ToJson(JsonObject, SerializationMode)
ToJsonString()
ToString()
TryGetValue(String, Object)

Operators

Implicit(DiagnoseRequestPropertiesStorageAccount to Dictionary<String,Object>)

Explicit Interface Implementations

IAssociativeArray<Object>.AdditionalProperties
IAssociativeArray<Object>.Count
IAssociativeArray<Object>.Keys
IAssociativeArray<Object>.Values

Applies to