PrivateCloudUpdate Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
PrivateCloudUpdate() |
Inicjuje nowe wystąpienie klasy PrivateCloudUpdate. |
PrivateCloudUpdate(IDictionary<String,String>, ManagementCluster, String, IList<IdentitySource>, AvailabilityProperties, Encryption, PrivateCloudIdentity) |
Inicjuje nowe wystąpienie klasy PrivateCloudUpdate. |
PrivateCloudUpdate()
Inicjuje nowe wystąpienie klasy PrivateCloudUpdate.
public PrivateCloudUpdate ();
Public Sub New ()
Dotyczy
PrivateCloudUpdate(IDictionary<String,String>, ManagementCluster, String, IList<IdentitySource>, AvailabilityProperties, Encryption, PrivateCloudIdentity)
Inicjuje nowe wystąpienie klasy 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)
Parametry
- tags
- IDictionary<String,String>
Tagi zasobów
- managementCluster
- ManagementCluster
Domyślny klaster używany do zarządzania
- internet
- String
Łączność z Internetem jest włączona lub wyłączona. Możliwe wartości to: "Włączone", "Wyłączone"
- identitySources
- IList<IdentitySource>
Źródła tożsamości logowania jednokrotnego programu vCenter
- availability
- AvailabilityProperties
Właściwości opisujące sposób dystrybucji chmury między strefami dostępności
- encryption
- Encryption
Szyfrowanie kluczy zarządzanych przez klienta można włączyć lub wyłączyć
- identity
- PrivateCloudIdentity
Tożsamość chmury prywatnej, jeśli została skonfigurowana.
Dotyczy
Azure SDK for .NET