ProfileInner Constructors
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.
Overloads
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. |
ProfileInner()
Initializes a new instance of the ProfileInner class.
public ProfileInner ();
Public Sub New ()
Applies to
ProfileInner(String, Sku, String, String, String, IDictionary<String,String>, ProfileResourceState, String)
Initializes a new instance of the ProfileInner class.
public ProfileInner (string location, Microsoft.Azure.Management.Cdn.Fluent.Models.Sku sku, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.Cdn.Fluent.Models.ProfileResourceState resourceState = default, string provisioningState = default);
new Microsoft.Azure.Management.Cdn.Fluent.Models.ProfileInner : string * Microsoft.Azure.Management.Cdn.Fluent.Models.Sku * string * string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.Cdn.Fluent.Models.ProfileResourceState * string -> Microsoft.Azure.Management.Cdn.Fluent.Models.ProfileInner
Public Sub New (location As String, sku As Sku, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional resourceState As ProfileResourceState = Nothing, Optional provisioningState As String = Nothing)
Parameters
- location
- String
Resource location.
- sku
- Sku
The pricing tier (defines a CDN provider, feature list and rate) of the CDN profile.
- id
- String
- name
- String
- type
- String
- tags
- IDictionary<String,String>
Resource tags.
- resourceState
- ProfileResourceState
Resource status of the profile. Possible values include: 'Creating', 'Active', 'Deleting', 'Disabled'
- provisioningState
- String
Provisioning status of the profile.
Applies to
Azure SDK for .NET