Uses of Class
com.azure.resourcemanager.storage.models.CorsRules
Packages that use CorsRules
Package
Description
Package containing the inner data models for StorageManagementClient.
Package containing the data models for StorageManagementClient.
-
Uses of CorsRules in com.azure.resourcemanager.storage.fluent.models
Methods in com.azure.resourcemanager.storage.fluent.models that return CorsRulesModifier and TypeMethodDescriptionBlobServicePropertiesInner.cors()Get the cors property: Specifies CORS rules for the Blob service.BlobServicePropertiesProperties.cors()Get the cors property: Specifies CORS rules for the Blob service.FileServicePropertiesInner.cors()Get the cors property: Specifies CORS rules for the File service.FileServicePropertiesProperties.cors()Get the cors property: Specifies CORS rules for the File service.QueueServicePropertiesInner.cors()Get the cors property: Specifies CORS rules for the Queue service.QueueServicePropertiesProperties.cors()Get the cors property: Specifies CORS rules for the Queue service.TableServicePropertiesInner.cors()Get the cors property: Specifies CORS rules for the Table service.TableServicePropertiesProperties.cors()Get the cors property: Specifies CORS rules for the Table service.Methods in com.azure.resourcemanager.storage.fluent.models with parameters of type CorsRulesModifier and TypeMethodDescriptionSet the cors property: Specifies CORS rules for the Blob service.Set the cors property: Specifies CORS rules for the Blob service.Set the cors property: Specifies CORS rules for the File service.Set the cors property: Specifies CORS rules for the File service.Set the cors property: Specifies CORS rules for the Queue service.Set the cors property: Specifies CORS rules for the Queue service.Set the cors property: Specifies CORS rules for the Table service.Set the cors property: Specifies CORS rules for the Table service. -
Uses of CorsRules in com.azure.resourcemanager.storage.models
Classes in com.azure.resourcemanager.storage.models that implement interfaces with type arguments of type CorsRulesMethods in com.azure.resourcemanager.storage.models that return CorsRulesModifier and TypeMethodDescriptionBlobServiceProperties.cors()Gets cors rules.static CorsRulesCorsRules.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of CorsRules from the JsonReader.CorsRules.withCorsRules(List<CorsRule> corsRules) Set the corsRules property: The List of CORS rules.