ProfileInner Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
CDN profile is a logical grouping of endpoints that share the same settings, such as CDN provider and pricing tier.
[Microsoft.Rest.Serialization.JsonTransformation]
public class ProfileInner : Microsoft.Azure.Management.ResourceManager.Fluent.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ProfileInner = class
inherit Resource
Public Class ProfileInner
Inherits Resource
- Inheritance
- Attributes
Constructors
ProfileInner() |
Initializes a new instance of the ProfileInner class. |
ProfileInner(String, Sku, String, String, String, IDictionary<String,String>, ProfileResourceState, String) |
Initializes a new instance of the ProfileInner class. |
Properties
Id |
Resource Id. Setter is protected because Id needs to be set in Network resources. (Inherited from ProxyResource) |
Location |
Resource location (Inherited from Resource) |
Name |
Resource name (Inherited from ProxyResource) |
ProvisioningState |
Gets provisioning status of the profile. |
ResourceState |
Gets resource status of the profile. Possible values include: 'Creating', 'Active', 'Deleting', 'Disabled' |
Sku |
Gets or sets the pricing tier (defines a CDN provider, feature list and rate) of the CDN profile. |
Tags |
Resource tags (Inherited from Resource) |
Type |
Resource type (Inherited from ProxyResource) |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET