WorkspaceNoPublicIPBooleanParameter 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.
The value which should be used for this field.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20240501.WorkspaceNoPublicIPBooleanParameterTypeConverter))]
public class WorkspaceNoPublicIPBooleanParameter : Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20240501.IWorkspaceNoPublicIPBooleanParameter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20240501.WorkspaceNoPublicIPBooleanParameterTypeConverter))>]
type WorkspaceNoPublicIPBooleanParameter = class
interface IWorkspaceNoPublicIPBooleanParameter
interface IJsonSerializable
Public Class WorkspaceNoPublicIPBooleanParameter
Implements IWorkspaceNoPublicIPBooleanParameter
- Inheritance
-
WorkspaceNoPublicIPBooleanParameter
- Attributes
- Implements
Constructors
WorkspaceNoPublicIPBooleanParameter() |
Creates an new WorkspaceNoPublicIPBooleanParameter instance. |
Properties
Type |
The type of variable that this is |
Value |
The value which should be used for this field. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of WorkspaceNoPublicIPBooleanParameter. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of WorkspaceNoPublicIPBooleanParameter. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20240501.IWorkspaceNoPublicIPBooleanParameter. |
FromJsonString(String) |
Creates a new instance of WorkspaceNoPublicIPBooleanParameter, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of WorkspaceNoPublicIPBooleanParameter into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |