Uses of Class
com.azure.resourcemanager.storage.models.CorsRuleAllowedMethodsItem
Packages that use CorsRuleAllowedMethodsItem
Package
Description
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 CorsRuleAllowedMethodsItemModifier and TypeFieldDescriptionstatic final CorsRuleAllowedMethodsItemCorsRuleAllowedMethodsItem.CONNECTStatic value CONNECT for CorsRuleAllowedMethodsItem.static final CorsRuleAllowedMethodsItemCorsRuleAllowedMethodsItem.DELETEStatic value DELETE for CorsRuleAllowedMethodsItem.static final CorsRuleAllowedMethodsItemCorsRuleAllowedMethodsItem.GETStatic value GET for CorsRuleAllowedMethodsItem.static final CorsRuleAllowedMethodsItemCorsRuleAllowedMethodsItem.HEADStatic value HEAD for CorsRuleAllowedMethodsItem.static final CorsRuleAllowedMethodsItemCorsRuleAllowedMethodsItem.MERGEStatic value MERGE for CorsRuleAllowedMethodsItem.static final CorsRuleAllowedMethodsItemCorsRuleAllowedMethodsItem.OPTIONSStatic value OPTIONS for CorsRuleAllowedMethodsItem.static final CorsRuleAllowedMethodsItemCorsRuleAllowedMethodsItem.PATCHStatic value PATCH for CorsRuleAllowedMethodsItem.static final CorsRuleAllowedMethodsItemCorsRuleAllowedMethodsItem.POSTStatic value POST for CorsRuleAllowedMethodsItem.static final CorsRuleAllowedMethodsItemCorsRuleAllowedMethodsItem.PUTStatic value PUT for CorsRuleAllowedMethodsItem.static final CorsRuleAllowedMethodsItemCorsRuleAllowedMethodsItem.TRACEStatic value TRACE for CorsRuleAllowedMethodsItem.Methods in com.azure.resourcemanager.storage.models that return CorsRuleAllowedMethodsItemModifier and TypeMethodDescriptionstatic 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 CorsRuleAllowedMethodsItemModifier and TypeMethodDescriptionCorsRule.allowedMethods()Get the allowedMethods property: Required if CorsRule element is present.static Collection<CorsRuleAllowedMethodsItem> CorsRuleAllowedMethodsItem.values()Gets known CorsRuleAllowedMethodsItem values.Method parameters in com.azure.resourcemanager.storage.models with type arguments of type CorsRuleAllowedMethodsItemModifier and TypeMethodDescriptionCorsRule.withAllowedMethods(List<CorsRuleAllowedMethodsItem> allowedMethods) Set the allowedMethods property: Required if CorsRule element is present.