WorkspaceConnectionApiKey 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.
Api key object for workspace connection credential.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.WorkspaceConnectionApiKeyTypeConverter))]
public class WorkspaceConnectionApiKey : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IWorkspaceConnectionApiKey
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.WorkspaceConnectionApiKeyTypeConverter))>]
type WorkspaceConnectionApiKey = class
interface IWorkspaceConnectionApiKey
interface IJsonSerializable
Public Class WorkspaceConnectionApiKey
Implements IWorkspaceConnectionApiKey
- Inheritance
-
WorkspaceConnectionApiKey
- Attributes
- Implements
Constructors
WorkspaceConnectionApiKey() |
Creates an new WorkspaceConnectionApiKey instance. |
Properties
Key |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of WorkspaceConnectionApiKey. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of WorkspaceConnectionApiKey. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IWorkspaceConnectionApiKey. |
FromJsonString(String) |
Creates a new instance of WorkspaceConnectionApiKey, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of WorkspaceConnectionApiKey into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |