ArmNetworkCloudModelFactory.NetworkCloudBareMetalMachineKeySetPatch Method

Definition

public static Azure.ResourceManager.NetworkCloud.Models.NetworkCloudBareMetalMachineKeySetPatch NetworkCloudBareMetalMachineKeySetPatch(DateTimeOffset? expireOn = default, System.Collections.Generic.IEnumerable<System.Net.IPAddress> jumpHostsAllowed = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.NetworkCloud.Models.KeySetUser> userList = default, System.Collections.Generic.IDictionary<string,string> tags = default);
static member NetworkCloudBareMetalMachineKeySetPatch : Nullable<DateTimeOffset> * seq<System.Net.IPAddress> * seq<Azure.ResourceManager.NetworkCloud.Models.KeySetUser> * System.Collections.Generic.IDictionary<string, string> -> Azure.ResourceManager.NetworkCloud.Models.NetworkCloudBareMetalMachineKeySetPatch
Public Shared Function NetworkCloudBareMetalMachineKeySetPatch (Optional expireOn As Nullable(Of DateTimeOffset) = Nothing, Optional jumpHostsAllowed As IEnumerable(Of IPAddress) = Nothing, Optional userList As IEnumerable(Of KeySetUser) = Nothing, Optional tags As IDictionary(Of String, String) = Nothing) As NetworkCloudBareMetalMachineKeySetPatch

Parameters

expireOn
Nullable<DateTimeOffset>

The date and time after which the users in this key set will be removed from the bare metal machines.

jumpHostsAllowed
IEnumerable<IPAddress>

The list of IP addresses of jump hosts with management network access from which a login will be allowed for the users.

userList
IEnumerable<KeySetUser>

The unique list of permitted users.

tags
IDictionary<String,String>

Resource tags.

Returns

A new NetworkCloudBareMetalMachineKeySetPatch instance for mocking.

Applies to