DatabricksComputeSecretsProperties 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.
Properties of Databricks Compute Secrets
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.DatabricksComputeSecretsPropertiesTypeConverter))]
public class DatabricksComputeSecretsProperties : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IDatabricksComputeSecretsProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.DatabricksComputeSecretsPropertiesTypeConverter))>]
type DatabricksComputeSecretsProperties = class
interface IDatabricksComputeSecretsProperties
interface IJsonSerializable
Public Class DatabricksComputeSecretsProperties
Implements IDatabricksComputeSecretsProperties
- Inheritance
-
DatabricksComputeSecretsProperties
- Attributes
- Implements
Constructors
DatabricksComputeSecretsProperties() |
Creates an new DatabricksComputeSecretsProperties instance. |
Properties
DatabricksAccessToken |
access token for databricks account. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of DatabricksComputeSecretsProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of DatabricksComputeSecretsProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IDatabricksComputeSecretsProperties. |
FromJsonString(String) |
Creates a new instance of DatabricksComputeSecretsProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of DatabricksComputeSecretsProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |