Uses of Class
com.azure.resourcemanager.network.models.CreatedByType
Packages that use CreatedByType
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of CreatedByType in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models declared as CreatedByTypeModifier and TypeFieldDescriptionstatic final CreatedByTypeCreatedByType.APPLICATIONStatic value Application for CreatedByType.static final CreatedByTypeCreatedByType.KEYStatic value Key for CreatedByType.static final CreatedByTypeCreatedByType.MANAGED_IDENTITYStatic value ManagedIdentity for CreatedByType.static final CreatedByTypeCreatedByType.USERStatic value User for CreatedByType.Methods in com.azure.resourcemanager.network.models that return CreatedByTypeModifier and TypeMethodDescriptionSecurityPerimeterSystemData.createdByType()Get the createdByType property: The type of identity that created the resource.static CreatedByTypeCreatedByType.fromString(String name) Creates or finds a CreatedByType from its string representation.SecurityPerimeterSystemData.lastModifiedByType()Get the lastModifiedByType property: The type of identity that last modified the resource.Methods in com.azure.resourcemanager.network.models that return types with arguments of type CreatedByTypeModifier and TypeMethodDescriptionstatic Collection<CreatedByType> CreatedByType.values()Gets known CreatedByType values.Methods in com.azure.resourcemanager.network.models with parameters of type CreatedByTypeModifier and TypeMethodDescriptionSecurityPerimeterSystemData.withCreatedByType(CreatedByType createdByType) Set the createdByType property: The type of identity that created the resource.SecurityPerimeterSystemData.withLastModifiedByType(CreatedByType lastModifiedByType) Set the lastModifiedByType property: The type of identity that last modified the resource.