Profile 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
Profile() |
Initializes a new instance of the Profile class. |
Profile(String, Sku, String, String, String, SystemData, IDictionary<String,String>, String, String, String) |
Initializes a new instance of the Profile class. |
Profile()
Initializes a new instance of the Profile class.
public Profile ();
Public Sub New ()
Applies to
Profile(String, Sku, String, String, String, SystemData, IDictionary<String,String>, String, String, String)
Initializes a new instance of the Profile class.
public Profile (string location, Microsoft.Azure.Management.Cdn.Models.Sku sku, string id = default, string name = default, string type = default, Microsoft.Azure.Management.Cdn.Models.SystemData systemData = default, System.Collections.Generic.IDictionary<string,string> tags = default, string resourceState = default, string provisioningState = default, string frontdoorId = default);
new Microsoft.Azure.Management.Cdn.Models.Profile : string * Microsoft.Azure.Management.Cdn.Models.Sku * string * string * string * Microsoft.Azure.Management.Cdn.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * string * string * string -> Microsoft.Azure.Management.Cdn.Models.Profile
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 systemData As SystemData = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional resourceState As String = Nothing, Optional provisioningState As String = Nothing, Optional frontdoorId 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
Resource ID.
- name
- String
Resource name.
- type
- String
Resource type.
- systemData
- SystemData
- tags
- IDictionary<String,String>
Resource tags.
- resourceState
- String
Resource status of the profile. Possible values include: 'Creating', 'Active', 'Deleting', 'Disabled'
- provisioningState
- String
Provisioning status of the profile.
- frontdoorId
- String
The Id of the frontdoor.
Applies to
Azure SDK for .NET