public class ProfileInner
extends com.azure.core.management.Resource
| Constructor and Description |
|---|
ProfileInner() |
| Modifier and Type | Method and Description |
|---|---|
String |
provisioningState()
Get the provisioningState property: Provisioning status of the profile.
|
ProfileResourceState |
resourceState()
Get the resourceState property: Resource status of the profile.
|
Sku |
sku()
Get the sku property: The pricing tier (defines a CDN provider, feature list and rate) of the CDN profile.
|
void |
validate()
Validates the instance.
|
ProfileInner |
withLocation(String location) |
ProfileInner |
withSku(Sku sku)
Set the sku property: The pricing tier (defines a CDN provider, feature list and rate) of the CDN profile.
|
ProfileInner |
withTags(Map<String,String> tags) |
public Sku sku()
public ProfileInner withSku(Sku sku)
sku - the sku value to set.public ProfileResourceState resourceState()
public String provisioningState()
public ProfileInner withLocation(String location)
withLocation in class com.azure.core.management.Resourcepublic ProfileInner withTags(Map<String,String> tags)
withTags in class com.azure.core.management.Resourcepublic void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.