Uses of Class
com.azure.resourcemanager.storage.models.Name
-
Packages that use Name Package Description com.azure.resourcemanager.storage.models Package containing the data models for StorageManagementClient. -
-
Uses of Name in com.azure.resourcemanager.storage.models
Fields in com.azure.resourcemanager.storage.models declared as Name Modifier and Type Field Description static NameName. ACCESS_TIME_TRACKINGStatic value AccessTimeTracking for Name.Methods in com.azure.resourcemanager.storage.models that return Name Modifier and Type Method Description static NameName. fromString(String name)Creates or finds a Name from its string representation.NameLastAccessTimeTrackingPolicy. name()Get the name property: Name of the policy.Methods in com.azure.resourcemanager.storage.models that return types with arguments of type Name Modifier and Type Method Description static Collection<Name>Name. values()Methods in com.azure.resourcemanager.storage.models with parameters of type Name Modifier and Type Method Description LastAccessTimeTrackingPolicyLastAccessTimeTrackingPolicy. withName(Name name)Set the name property: Name of the policy.
-