public class QueueServicePropertiesInner
extends com.azure.core.management.ProxyResource
| Constructor and Description |
|---|
QueueServicePropertiesInner() |
| Modifier and Type | Method and Description |
|---|---|
CorsRules |
cors()
Get the cors property: Specifies CORS rules for the Queue service.
|
void |
validate()
Validates the instance.
|
QueueServicePropertiesInner |
withCors(CorsRules cors)
Set the cors property: Specifies CORS rules for the Queue service.
|
public CorsRules cors()
public QueueServicePropertiesInner withCors(CorsRules cors)
cors - the cors value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.