IPurviewIdentity Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Purview.Models.PurviewIdentityTypeConverter))]
public interface IPurviewIdentity : Microsoft.Azure.PowerShell.Cmdlets.Purview.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Purview.Models.PurviewIdentityTypeConverter))>]
type IPurviewIdentity = interface
interface IJsonSerializable
Public Interface IPurviewIdentity
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
AccountName |
The name of the account. |
GroupId |
The group identifier. |
Id |
Resource identity path |
PrivateEndpointConnectionName |
Name of the private endpoint connection. |
ResourceGroupName |
The resource group name. |
SubscriptionId |
The subscription identifier |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |