Uses of Class
com.azure.resourcemanager.authorization.models.RecipientType
Packages that use RecipientType
Package
Description
Package containing the data models for AuthorizationManagementClient.
-
Uses of RecipientType in com.azure.resourcemanager.authorization.models
Fields in com.azure.resourcemanager.authorization.models declared as RecipientTypeModifier and TypeFieldDescriptionstatic final RecipientTypeRecipientType.ADMINStatic value Admin for RecipientType.static final RecipientTypeRecipientType.APPROVERStatic value Approver for RecipientType.static final RecipientTypeRecipientType.REQUESTORStatic value Requestor for RecipientType.Methods in com.azure.resourcemanager.authorization.models that return RecipientTypeModifier and TypeMethodDescriptionstatic RecipientTypeRecipientType.fromString(String name) Creates or finds a RecipientType from its string representation.RoleManagementPolicyNotificationRule.recipientType()Get the recipientType property: The recipient type.Methods in com.azure.resourcemanager.authorization.models that return types with arguments of type RecipientTypeModifier and TypeMethodDescriptionstatic Collection<RecipientType>RecipientType.values()Gets known RecipientType values.Methods in com.azure.resourcemanager.authorization.models with parameters of type RecipientTypeModifier and TypeMethodDescriptionRoleManagementPolicyNotificationRule.withRecipientType(RecipientType recipientType) Set the recipientType property: The recipient type.