PrivateCloud 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
PrivateCloud() |
Inicjuje nowe wystąpienie klasy PrivateCloud. |
PrivateCloud(Sku, String, String, String, String, String, IDictionary<String, String>, ManagementCluster, String, IList<IdentitySource>, AvailabilityProperties, Encryption, String, Circuit, Endpoints, String, String, String, String, String, String, String, IList<String>, Circuit, PrivateCloudIdentity) |
Inicjuje nowe wystąpienie klasy PrivateCloud. |
PrivateCloud()
Inicjuje nowe wystąpienie klasy PrivateCloud.
public PrivateCloud ();
Public Sub New ()
Dotyczy
PrivateCloud(Sku, String, String, String, String, String, IDictionary<String, String>, ManagementCluster, String, IList<IdentitySource>, AvailabilityProperties, Encryption, String, Circuit, Endpoints, String, String, String, String, String, String, String, IList<String>, Circuit, PrivateCloudIdentity)
Inicjuje nowe wystąpienie klasy PrivateCloud.
public PrivateCloud (Microsoft.Azure.Management.Avs.Models.Sku sku, string networkBlock, string id = default, string name = default, string type = default, string location = default, 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, string provisioningState = default, Microsoft.Azure.Management.Avs.Models.Circuit circuit = default, Microsoft.Azure.Management.Avs.Models.Endpoints endpoints = default, string managementNetwork = default, string provisioningNetwork = default, string vmotionNetwork = default, string vcenterPassword = default, string nsxtPassword = default, string vcenterCertificateThumbprint = default, string nsxtCertificateThumbprint = default, System.Collections.Generic.IList<string> externalCloudLinks = default, Microsoft.Azure.Management.Avs.Models.Circuit secondaryCircuit = default, Microsoft.Azure.Management.Avs.Models.PrivateCloudIdentity identity = default);
new Microsoft.Azure.Management.Avs.Models.PrivateCloud : Microsoft.Azure.Management.Avs.Models.Sku * string * string * string * string * string * 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 * string * Microsoft.Azure.Management.Avs.Models.Circuit * Microsoft.Azure.Management.Avs.Models.Endpoints * string * string * string * string * string * string * string * System.Collections.Generic.IList<string> * Microsoft.Azure.Management.Avs.Models.Circuit * Microsoft.Azure.Management.Avs.Models.PrivateCloudIdentity -> Microsoft.Azure.Management.Avs.Models.PrivateCloud
Public Sub New (sku As Sku, networkBlock As String, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional location As String = Nothing, 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 provisioningState As String = Nothing, Optional circuit As Circuit = Nothing, Optional endpoints As Endpoints = Nothing, Optional managementNetwork As String = Nothing, Optional provisioningNetwork As String = Nothing, Optional vmotionNetwork As String = Nothing, Optional vcenterPassword As String = Nothing, Optional nsxtPassword As String = Nothing, Optional vcenterCertificateThumbprint As String = Nothing, Optional nsxtCertificateThumbprint As String = Nothing, Optional externalCloudLinks As IList(Of String) = Nothing, Optional secondaryCircuit As Circuit = Nothing, Optional identity As PrivateCloudIdentity = Nothing)
Parametry
- sku
- Sku
Jednostka SKU chmury prywatnej
- networkBlock
- String
Blok adresów powinien być unikatowy w sieci wirtualnej w ramach subskrypcji, a także lokalnie. Upewnij się, że format CIDR jest zgodny z (A.B.C.D/X), gdzie A,B,C,D znajdują się w zakresie od 0 do 255, a X wynosi od 0 do 22
- id
- String
Identyfikator zasobu.
- name
- String
Nazwa zasobu.
- type
- String
Typ zasobu.
- location
- String
Lokalizacja zasobu
- 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ć
- provisioningState
- String
Stan aprowizacji. Możliwe wartości to: "Powodzenie", "Niepowodzenie", "Anulowane", "Oczekujące", "Budynek", "Usuwanie", "Aktualizowanie"
- circuit
- Circuit
Obwód usługi ExpressRoute
- endpoints
- Endpoints
Punkty końcowe
- managementNetwork
- String
Sieć używana do uzyskiwania dostępu do programu vCenter Server i menedżera NSX-T
- provisioningNetwork
- String
Służy do migracji zimnej maszyny wirtualnej, klonowania i migawek
- vmotionNetwork
- String
Służy do migracji na żywo maszyn wirtualnych
- vcenterPassword
- String
Opcjonalnie ustaw hasło administratora programu vCenter po utworzeniu chmury prywatnej
- nsxtPassword
- String
Opcjonalnie ustaw hasło menedżera NSX-T po utworzeniu chmury prywatnej
- vcenterCertificateThumbprint
- String
Odcisk palca certyfikatu SSL serwera vCenter
- nsxtCertificateThumbprint
- String
Odcisk palca certyfikatu SSL menedżera NSX-T
Tablica identyfikatorów linków do chmury z innych chmur, które łączą się z tym jednym
- secondaryCircuit
- Circuit
Pomocniczy obwód usługi ExpressRoute z oddzielnego modułu AZ. Tylko w rozproszonej chmurze prywatnej
- identity
- PrivateCloudIdentity
Tożsamość chmury prywatnej, jeśli została skonfigurowana.
Dotyczy
Azure SDK for .NET