CustomWebhookAuthenticationManagedIdentity Constructor
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.
Initializes a new instance of CustomWebhookAuthenticationManagedIdentity.
public CustomWebhookAuthenticationManagedIdentity(Azure.ResourceManager.EventGrid.Models.CustomWebhookAuthenticationManagedIdentityType identityType);
new Azure.ResourceManager.EventGrid.Models.CustomWebhookAuthenticationManagedIdentity : Azure.ResourceManager.EventGrid.Models.CustomWebhookAuthenticationManagedIdentityType -> Azure.ResourceManager.EventGrid.Models.CustomWebhookAuthenticationManagedIdentity
Public Sub New (identityType As CustomWebhookAuthenticationManagedIdentityType)
Parameters
- identityType
- CustomWebhookAuthenticationManagedIdentityType
The type of managed identity used. Can be either 'SystemAssigned' or 'UserAssigned'.