Uses of Class
com.azure.resourcemanager.eventgrid.models.IdentityInfo
-
Packages that use IdentityInfo Package Description com.azure.resourcemanager.eventgrid.fluent.models Package containing the inner data models for EventGridManagementClient.com.azure.resourcemanager.eventgrid.models Package containing the data models for EventGridManagementClient. -
-
Uses of IdentityInfo in com.azure.resourcemanager.eventgrid.fluent.models
Methods in com.azure.resourcemanager.eventgrid.fluent.models that return IdentityInfo Modifier and Type Method Description IdentityInfoDomainInner. identity()Get the identity property: Identity information for the Event Grid Domain resource.IdentityInfoSystemTopicInner. identity()Get the identity property: Identity information for the resource.IdentityInfoTopicInner. identity()Get the identity property: Identity information for the resource.Methods in com.azure.resourcemanager.eventgrid.fluent.models with parameters of type IdentityInfo Modifier and Type Method Description DomainInnerDomainInner. withIdentity(IdentityInfo identity)Set the identity property: Identity information for the Event Grid Domain resource.SystemTopicInnerSystemTopicInner. withIdentity(IdentityInfo identity)Set the identity property: Identity information for the resource.TopicInnerTopicInner. withIdentity(IdentityInfo identity)Set the identity property: Identity information for the resource. -
Uses of IdentityInfo in com.azure.resourcemanager.eventgrid.models
Methods in com.azure.resourcemanager.eventgrid.models that return IdentityInfo Modifier and Type Method Description IdentityInfoDomain. identity()Gets the identity property: Identity information for the Event Grid Domain resource.IdentityInfoDomainUpdateParameters. identity()Get the identity property: Identity information for the resource.IdentityInfoSystemTopic. identity()Gets the identity property: Identity information for the resource.IdentityInfoSystemTopicUpdateParameters. identity()Get the identity property: Resource identity information.IdentityInfoTopic. identity()Gets the identity property: Identity information for the resource.IdentityInfoTopicUpdateParameters. identity()Get the identity property: Topic resource identity information.IdentityInfoIdentityInfo. withPrincipalId(String principalId)Set the principalId property: The principal ID of resource identity.IdentityInfoIdentityInfo. withTenantId(String tenantId)Set the tenantId property: The tenant ID of resource.IdentityInfoIdentityInfo. withType(IdentityType type)Set the type property: The type of managed identity used.IdentityInfoIdentityInfo. withUserAssignedIdentities(Map<String,UserIdentityProperties> userAssignedIdentities)Set the userAssignedIdentities property: The list of user identities associated with the resource.Methods in com.azure.resourcemanager.eventgrid.models with parameters of type IdentityInfo Modifier and Type Method Description Domain.DefinitionStages.WithCreateDomain.DefinitionStages.WithIdentity. withIdentity(IdentityInfo identity)Specifies the identity property: Identity information for the Event Grid Domain resource..Domain.UpdateDomain.UpdateStages.WithIdentity. withIdentity(IdentityInfo identity)Specifies the identity property: Identity information for the resource..DomainUpdateParametersDomainUpdateParameters. withIdentity(IdentityInfo identity)Set the identity property: Identity information for the resource.SystemTopic.DefinitionStages.WithCreateSystemTopic.DefinitionStages.WithIdentity. withIdentity(IdentityInfo identity)Specifies the identity property: Identity information for the resource..SystemTopic.UpdateSystemTopic.UpdateStages.WithIdentity. withIdentity(IdentityInfo identity)Specifies the identity property: Resource identity information..SystemTopicUpdateParametersSystemTopicUpdateParameters. withIdentity(IdentityInfo identity)Set the identity property: Resource identity information.Topic.DefinitionStages.WithCreateTopic.DefinitionStages.WithIdentity. withIdentity(IdentityInfo identity)Specifies the identity property: Identity information for the resource..Topic.UpdateTopic.UpdateStages.WithIdentity. withIdentity(IdentityInfo identity)Specifies the identity property: Topic resource identity information..TopicUpdateParametersTopicUpdateParameters. withIdentity(IdentityInfo identity)Set the identity property: Topic resource identity information.
-