ProfileInner Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
ProfileInner() |
Initialise une nouvelle instance de la classe ProfileInner. |
ProfileInner(String, Sku, String, String, String, IDictionary<String,String>, ProfileResourceState, String) |
Initialise une nouvelle instance de la classe ProfileInner. |
ProfileInner()
Initialise une nouvelle instance de la classe ProfileInner.
public ProfileInner ();
Public Sub New ()
S’applique à
ProfileInner(String, Sku, String, String, String, IDictionary<String,String>, ProfileResourceState, String)
Initialise une nouvelle instance de la classe ProfileInner.
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)
Paramètres
- location
- String
Emplacement de la ressource.
- sku
- Sku
Le niveau tarifaire (définit un fournisseur CDN, une liste de fonctionnalités et un taux) du profil CDN.
- id
- String
- name
- String
- type
- String
- tags
- IDictionary<String,String>
Balises de ressource.
- resourceState
- ProfileResourceState
Ressource status du profil. Les valeurs possibles sont les suivantes : 'Creating', 'Active', 'Suppression', 'Disabled'
- provisioningState
- String
Approvisionnement status du profil.
S’applique à
Azure SDK for .NET