Uses of Class
com.azure.resourcemanager.storage.models.CorsRuleAllowedMethodsItem
-
Packages that use CorsRuleAllowedMethodsItem Package Description com.azure.resourcemanager.storage.models Package containing the data models for StorageManagementClient. -
-
Uses of CorsRuleAllowedMethodsItem in com.azure.resourcemanager.storage.models
Fields in com.azure.resourcemanager.storage.models declared as CorsRuleAllowedMethodsItem Modifier and Type Field Description static CorsRuleAllowedMethodsItemCorsRuleAllowedMethodsItem. DELETEStatic value DELETE for CorsRuleAllowedMethodsItem.static CorsRuleAllowedMethodsItemCorsRuleAllowedMethodsItem. GETStatic value GET for CorsRuleAllowedMethodsItem.static CorsRuleAllowedMethodsItemCorsRuleAllowedMethodsItem. HEADStatic value HEAD for CorsRuleAllowedMethodsItem.static CorsRuleAllowedMethodsItemCorsRuleAllowedMethodsItem. MERGEStatic value MERGE for CorsRuleAllowedMethodsItem.static CorsRuleAllowedMethodsItemCorsRuleAllowedMethodsItem. OPTIONSStatic value OPTIONS for CorsRuleAllowedMethodsItem.static CorsRuleAllowedMethodsItemCorsRuleAllowedMethodsItem. POSTStatic value POST for CorsRuleAllowedMethodsItem.static CorsRuleAllowedMethodsItemCorsRuleAllowedMethodsItem. PUTStatic value PUT for CorsRuleAllowedMethodsItem.Methods in com.azure.resourcemanager.storage.models that return CorsRuleAllowedMethodsItem Modifier and Type Method Description static CorsRuleAllowedMethodsItemCorsRuleAllowedMethodsItem. fromString(String name)Creates or finds a CorsRuleAllowedMethodsItem from its string representation.Methods in com.azure.resourcemanager.storage.models that return types with arguments of type CorsRuleAllowedMethodsItem Modifier and Type Method Description List<CorsRuleAllowedMethodsItem>CorsRule. allowedMethods()Get the allowedMethods property: Required if CorsRule element is present.static Collection<CorsRuleAllowedMethodsItem>CorsRuleAllowedMethodsItem. values()Method parameters in com.azure.resourcemanager.storage.models with type arguments of type CorsRuleAllowedMethodsItem Modifier and Type Method Description CorsRuleCorsRule. withAllowedMethods(List<CorsRuleAllowedMethodsItem> allowedMethods)Set the allowedMethods property: Required if CorsRule element is present.
-