EntraIdConfigPatch 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.
Entra ID Patch configuration for the account.
public class EntraIdConfigPatch : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.NetApp.Models.EntraIdConfigPatch>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.NetApp.Models.EntraIdConfigPatch>
type EntraIdConfigPatch = class
interface IJsonModel<EntraIdConfigPatch>
interface IPersistableModel<EntraIdConfigPatch>
Public Class EntraIdConfigPatch
Implements IJsonModel(Of EntraIdConfigPatch), IPersistableModel(Of EntraIdConfigPatch)
- Inheritance
-
EntraIdConfigPatch
- Implements
Constructors
| Name | Description |
|---|---|
| EntraIdConfigPatch() |
Initializes a new instance of EntraIdConfigPatch. |
Properties
| Name | Description |
|---|---|
| ApplicationId |
ApplicationId of the app created by customer to provide authentication and required API permissions for Microsoft Graph endpoint. |
| Domain |
Domain of the Active directory synced to Entra ID for hybrid identities. |
| EntraIdAkvConfig |
Using AKV config, certificate will be fetched, which will contain private key & public certificate, that correspond to the public certificate which is uploaded on the application created by customer. This will be used further for authentication. |
| ServerNamePrefix |
Using ServerNamePrefix, FQDN (Fully Qualified Domain Name) will be generated for SMB share, using this FQDN, SMB Share will be mounted on Entra Joined VM. |