Uses of Class
com.azure.resourcemanager.storage.models.CorsRules
-
Packages that use CorsRules Package Description com.azure.resourcemanager.storage.fluent.models Package containing the inner data models for StorageManagementClient.com.azure.resourcemanager.storage.models 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 CorsRules Modifier and Type Method Description CorsRulesBlobServicePropertiesInner. cors()Get the cors property: Specifies CORS rules for the Blob service.CorsRulesBlobServicePropertiesProperties. cors()Get the cors property: Specifies CORS rules for the Blob service.CorsRulesFileServicePropertiesInner. cors()Get the cors property: Specifies CORS rules for the File service.CorsRulesFileServicePropertiesProperties. cors()Get the cors property: Specifies CORS rules for the File service.CorsRulesQueueServicePropertiesInner. cors()Get the cors property: Specifies CORS rules for the Queue service.CorsRulesQueueServicePropertiesProperties. cors()Get the cors property: Specifies CORS rules for the Queue service.CorsRulesTableServicePropertiesInner. cors()Get the cors property: Specifies CORS rules for the Table service.CorsRulesTableServicePropertiesProperties. cors()Get the cors property: Specifies CORS rules for the Table service.Methods in com.azure.resourcemanager.storage.fluent.models with parameters of type CorsRules Modifier and Type Method Description BlobServicePropertiesInnerBlobServicePropertiesInner. withCors(CorsRules cors)Set the cors property: Specifies CORS rules for the Blob service.BlobServicePropertiesPropertiesBlobServicePropertiesProperties. withCors(CorsRules cors)Set the cors property: Specifies CORS rules for the Blob service.FileServicePropertiesInnerFileServicePropertiesInner. withCors(CorsRules cors)Set the cors property: Specifies CORS rules for the File service.FileServicePropertiesPropertiesFileServicePropertiesProperties. withCors(CorsRules cors)Set the cors property: Specifies CORS rules for the File service.QueueServicePropertiesInnerQueueServicePropertiesInner. withCors(CorsRules cors)Set the cors property: Specifies CORS rules for the Queue service.QueueServicePropertiesPropertiesQueueServicePropertiesProperties. withCors(CorsRules cors)Set the cors property: Specifies CORS rules for the Queue service.TableServicePropertiesInnerTableServicePropertiesInner. withCors(CorsRules cors)Set the cors property: Specifies CORS rules for the Table service.TableServicePropertiesPropertiesTableServicePropertiesProperties. withCors(CorsRules cors)Set the cors property: Specifies CORS rules for the Table service. -
Uses of CorsRules in com.azure.resourcemanager.storage.models
Methods in com.azure.resourcemanager.storage.models that return CorsRules Modifier and Type Method Description CorsRulesBlobServiceProperties. cors()CorsRulesCorsRules. withCorsRules(List<CorsRule> corsRules)Set the corsRules property: The List of CORS rules.
-