Uses of Class
com.azure.resourcemanager.eventhubs.models.CaptureIdentity
Packages that use CaptureIdentity
Package
Description
Package containing the data models for EventHubManagementClient.
-
Uses of CaptureIdentity in com.azure.resourcemanager.eventhubs.models
Classes in com.azure.resourcemanager.eventhubs.models that implement interfaces with type arguments of type CaptureIdentityModifier and TypeClassDescriptionfinal classA value that indicates whether capture description is enabled.Methods in com.azure.resourcemanager.eventhubs.models that return CaptureIdentityModifier and TypeMethodDescriptionstatic CaptureIdentityCaptureIdentity.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of CaptureIdentity from the JsonReader.Destination.identity()Get the identity property: A value that indicates whether capture description is enabled.CaptureIdentity.withType(CaptureIdentityType type) Set the type property: Type of Azure Active Directory Managed Identity.CaptureIdentity.withUserAssignedIdentity(String userAssignedIdentity) Set the userAssignedIdentity property: ARM ID of Managed User Identity.Methods in com.azure.resourcemanager.eventhubs.models with parameters of type CaptureIdentityModifier and TypeMethodDescriptionDestination.withIdentity(CaptureIdentity identity) Set the identity property: A value that indicates whether capture description is enabled.