你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

GroupIdInformation Class

Definition

The group information for creating a private endpoint on a workspace

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20240501.GroupIdInformationTypeConverter))]
public class GroupIdInformation : Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20240501.IGroupIdInformation, Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20240501.GroupIdInformationTypeConverter))>]
type GroupIdInformation = class
    interface IGroupIdInformation
    interface IJsonSerializable
    interface IResource
    interface IValidates
Public Class GroupIdInformation
Implements IGroupIdInformation, IValidates
Inheritance
GroupIdInformation
Attributes
Implements

Constructors

GroupIdInformation()

Creates an new GroupIdInformation instance.

Properties

GroupId

The group id

Id

Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

Name

The name of the resource

RequiredMember

The required members for a specific group id

RequiredZoneName

The required DNS zones for a specific group id

ResourceGroupName

Gets the resource group name

Type

The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of GroupIdInformation.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of GroupIdInformation.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20240501.IGroupIdInformation.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of GroupIdInformation into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to