ListWorkspaceKeysResult Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.ListWorkspaceKeysResultTypeConverter))]
public class ListWorkspaceKeysResult : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.IListWorkspaceKeysResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.ListWorkspaceKeysResultTypeConverter))>]
type ListWorkspaceKeysResult = class
    interface IListWorkspaceKeysResult
    interface IJsonSerializable
Public Class ListWorkspaceKeysResult
Implements IListWorkspaceKeysResult
Inheritance
ListWorkspaceKeysResult
Attributes
Implements

Constructors

ListWorkspaceKeysResult()

Creates an new ListWorkspaceKeysResult instance.

Properties

AppInsightsInstrumentationKey
ContainerRegistryCredentialsLocation
ContainerRegistryCredentialsPassword
ContainerRegistryCredentialsUsername
NotebookAccessKeyPrimaryAccessKey
NotebookAccessKeySecondaryAccessKey
UserStorageKey
UserStorageResourceId

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ListWorkspaceKeysResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ListWorkspaceKeysResult.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.IListWorkspaceKeysResult.

FromJsonString(String)

Creates a new instance of ListWorkspaceKeysResult, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ListWorkspaceKeysResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to