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
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.