ArmHybridNetworkModelFactory.KubernetesDaemonSet Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of KubernetesDaemonSet.
public static Azure.ResourceManager.HybridNetwork.Models.KubernetesDaemonSet KubernetesDaemonSet (string name = default, string namespace = default, int? desiredNumberOfPods = default, int? currentNumberOfPods = default, int? readyNumberOfPods = default, int? upToDateNumberOfPods = default, int? availableNumberOfPods = default, DateTimeOffset? createdOn = default);
static member KubernetesDaemonSet : string * string * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<DateTimeOffset> -> Azure.ResourceManager.HybridNetwork.Models.KubernetesDaemonSet
Public Shared Function KubernetesDaemonSet (Optional name As String = Nothing, Optional namespace As String = Nothing, Optional desiredNumberOfPods As Nullable(Of Integer) = Nothing, Optional currentNumberOfPods As Nullable(Of Integer) = Nothing, Optional readyNumberOfPods As Nullable(Of Integer) = Nothing, Optional upToDateNumberOfPods As Nullable(Of Integer) = Nothing, Optional availableNumberOfPods As Nullable(Of Integer) = Nothing, Optional createdOn As Nullable(Of DateTimeOffset) = Nothing) As KubernetesDaemonSet
Parameters
- name
- String
The name of the daemonSet.
- namespace
- String
The namespace of the daemonSet.
- createdOn
- Nullable<DateTimeOffset>
Creation Time of daemonSet.
Returns
A new KubernetesDaemonSet instance for mocking.
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.