GroupIdInformationProperties 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 properties for a group information object
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20240501.GroupIdInformationPropertiesTypeConverter))]
public class GroupIdInformationProperties : Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20240501.IGroupIdInformationProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20240501.GroupIdInformationPropertiesTypeConverter))>]
type GroupIdInformationProperties = class
interface IGroupIdInformationProperties
interface IJsonSerializable
Public Class GroupIdInformationProperties
Implements IGroupIdInformationProperties
- Inheritance
-
GroupIdInformationProperties
- Attributes
- Implements
Constructors
GroupIdInformationProperties() |
Creates an new GroupIdInformationProperties instance. |
Properties
GroupId |
The group id |
RequiredMember |
The required members for a specific group id |
RequiredZoneName |
The required DNS zones for a specific group id |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of GroupIdInformationProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of GroupIdInformationProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20240501.IGroupIdInformationProperties. |
FromJsonString(String) |
Creates a new instance of GroupIdInformationProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of GroupIdInformationProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |