Uses of Class
com.azure.resourcemanager.cdn.models.IdentityType
-
Packages that use IdentityType Package Description com.azure.resourcemanager.cdn.models Package containing the data models for CdnManagementClient. -
-
Uses of IdentityType in com.azure.resourcemanager.cdn.models
Fields in com.azure.resourcemanager.cdn.models declared as IdentityType Modifier and Type Field Description static IdentityTypeIdentityType. APPLICATIONStatic value application for IdentityType.static IdentityTypeIdentityType. KEYStatic value key for IdentityType.static IdentityTypeIdentityType. MANAGED_IDENTITYStatic value managedIdentity for IdentityType.static IdentityTypeIdentityType. USERStatic value user for IdentityType.Methods in com.azure.resourcemanager.cdn.models that return IdentityType Modifier and Type Method Description IdentityTypeSystemData. createdByType()Get the createdByType property: The type of identity that created the resource.static IdentityTypeIdentityType. fromString(String name)Creates or finds a IdentityType from its string representation.IdentityTypeSystemData. lastModifiedByType()Get the lastModifiedByType property: The type of identity that last modified the resource.Methods in com.azure.resourcemanager.cdn.models that return types with arguments of type IdentityType Modifier and Type Method Description static Collection<IdentityType>IdentityType. values()Methods in com.azure.resourcemanager.cdn.models with parameters of type IdentityType Modifier and Type Method Description SystemDataSystemData. withCreatedByType(IdentityType createdByType)Set the createdByType property: The type of identity that created the resource.SystemDataSystemData. withLastModifiedByType(IdentityType lastModifiedByType)Set the lastModifiedByType property: The type of identity that last modified the resource.
-