ArmHybridNetworkModelFactory.ComponentKubernetesResources Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Inicializa uma nova instância de ComponentKubernetesResources.
public static Azure.ResourceManager.HybridNetwork.Models.ComponentKubernetesResources ComponentKubernetesResources (System.Collections.Generic.IEnumerable<Azure.ResourceManager.HybridNetwork.Models.KubernetesDeployment> deployments = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.HybridNetwork.Models.KubernetesPod> pods = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.HybridNetwork.Models.KubernetesReplicaSet> replicaSets = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.HybridNetwork.Models.KubernetesStatefulSet> statefulSets = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.HybridNetwork.Models.KubernetesDaemonSet> daemonSets = default);
static member ComponentKubernetesResources : seq<Azure.ResourceManager.HybridNetwork.Models.KubernetesDeployment> * seq<Azure.ResourceManager.HybridNetwork.Models.KubernetesPod> * seq<Azure.ResourceManager.HybridNetwork.Models.KubernetesReplicaSet> * seq<Azure.ResourceManager.HybridNetwork.Models.KubernetesStatefulSet> * seq<Azure.ResourceManager.HybridNetwork.Models.KubernetesDaemonSet> -> Azure.ResourceManager.HybridNetwork.Models.ComponentKubernetesResources
Public Shared Function ComponentKubernetesResources (Optional deployments As IEnumerable(Of KubernetesDeployment) = Nothing, Optional pods As IEnumerable(Of KubernetesPod) = Nothing, Optional replicaSets As IEnumerable(Of KubernetesReplicaSet) = Nothing, Optional statefulSets As IEnumerable(Of KubernetesStatefulSet) = Nothing, Optional daemonSets As IEnumerable(Of KubernetesDaemonSet) = Nothing) As ComponentKubernetesResources
Parâmetros
- deployments
- IEnumerable<KubernetesDeployment>
Implantações relacionadas ao recurso de componente.
- pods
- IEnumerable<KubernetesPod>
Pods relacionados ao recurso de componente.
- replicaSets
- IEnumerable<KubernetesReplicaSet>
Conjuntos de réplicas relacionados ao recurso de componente.
- statefulSets
- IEnumerable<KubernetesStatefulSet>
Conjuntos com estado relacionados ao recurso de componente.
- daemonSets
- IEnumerable<KubernetesDaemonSet>
Daemonsets relacionados ao recurso de componente.
Retornos
Uma nova ComponentKubernetesResources instância para zombar.