PrivateCloudUpdate 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
PrivateCloudUpdate() |
Initialise une nouvelle instance de la classe PrivateCloudUpdate. |
PrivateCloudUpdate(IDictionary<String,String>, ManagementCluster, String, IList<IdentitySource>, AvailabilityProperties, Encryption, PrivateCloudIdentity) |
Initialise une nouvelle instance de la classe PrivateCloudUpdate. |
PrivateCloudUpdate()
Initialise une nouvelle instance de la classe PrivateCloudUpdate.
public PrivateCloudUpdate ();
Public Sub New ()
S’applique à
PrivateCloudUpdate(IDictionary<String,String>, ManagementCluster, String, IList<IdentitySource>, AvailabilityProperties, Encryption, PrivateCloudIdentity)
Initialise une nouvelle instance de la classe PrivateCloudUpdate.
public PrivateCloudUpdate (System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.Avs.Models.ManagementCluster managementCluster = default, string internet = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Avs.Models.IdentitySource> identitySources = default, Microsoft.Azure.Management.Avs.Models.AvailabilityProperties availability = default, Microsoft.Azure.Management.Avs.Models.Encryption encryption = default, Microsoft.Azure.Management.Avs.Models.PrivateCloudIdentity identity = default);
new Microsoft.Azure.Management.Avs.Models.PrivateCloudUpdate : System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.Avs.Models.ManagementCluster * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Avs.Models.IdentitySource> * Microsoft.Azure.Management.Avs.Models.AvailabilityProperties * Microsoft.Azure.Management.Avs.Models.Encryption * Microsoft.Azure.Management.Avs.Models.PrivateCloudIdentity -> Microsoft.Azure.Management.Avs.Models.PrivateCloudUpdate
Public Sub New (Optional tags As IDictionary(Of String, String) = Nothing, Optional managementCluster As ManagementCluster = Nothing, Optional internet As String = Nothing, Optional identitySources As IList(Of IdentitySource) = Nothing, Optional availability As AvailabilityProperties = Nothing, Optional encryption As Encryption = Nothing, Optional identity As PrivateCloudIdentity = Nothing)
Paramètres
- tags
- IDictionary<String,String>
Balises de ressource
- managementCluster
- ManagementCluster
Cluster par défaut utilisé pour la gestion
- internet
- String
La connectivité à Internet est activée ou désactivée. Les valeurs possibles sont les suivantes : « Enabled », « Disabled »
- identitySources
- IList<IdentitySource>
Sources d’identité vCenter Single Sign On
- availability
- AvailabilityProperties
Propriétés décrivant la façon dont le cloud est distribué entre les zones de disponibilité
- encryption
- Encryption
Chiffrement de clé gérée par le client, peut être activé ou désactivé
- identity
- PrivateCloudIdentity
Identité du cloud privé, si elle est configurée.
S’applique à
Azure SDK for .NET