Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphAttachmentType
-
Packages that use MicrosoftGraphAttachmentType Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphAttachmentType in com.azure.resourcemanager.authorization.fluent.models
Fields in com.azure.resourcemanager.authorization.fluent.models declared as MicrosoftGraphAttachmentType Modifier and Type Field Description static MicrosoftGraphAttachmentTypeMicrosoftGraphAttachmentType. FILEStatic value file for MicrosoftGraphAttachmentType.static MicrosoftGraphAttachmentTypeMicrosoftGraphAttachmentType. ITEMStatic value item for MicrosoftGraphAttachmentType.static MicrosoftGraphAttachmentTypeMicrosoftGraphAttachmentType. REFERENCEStatic value reference for MicrosoftGraphAttachmentType.Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphAttachmentType Modifier and Type Method Description MicrosoftGraphAttachmentTypeMicrosoftGraphAttachmentItem. attachmentType()Get the attachmentType property: attachmentType.static MicrosoftGraphAttachmentTypeMicrosoftGraphAttachmentType. fromString(String name)Creates or finds a MicrosoftGraphAttachmentType from its string representation.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphAttachmentType Modifier and Type Method Description static Collection<MicrosoftGraphAttachmentType>MicrosoftGraphAttachmentType. values()Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphAttachmentType Modifier and Type Method Description MicrosoftGraphAttachmentItemMicrosoftGraphAttachmentItem. withAttachmentType(MicrosoftGraphAttachmentType attachmentType)Set the attachmentType property: attachmentType.
-