ArmNetworkCloudModelFactory.NetworkCloudBmcKeySetPatch 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.
public static Azure.ResourceManager.NetworkCloud.Models.NetworkCloudBmcKeySetPatch NetworkCloudBmcKeySetPatch(DateTimeOffset? expireOn = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.NetworkCloud.Models.KeySetUser> userList = default, System.Collections.Generic.IDictionary<string,string> tags = default);
static member NetworkCloudBmcKeySetPatch : Nullable<DateTimeOffset> * seq<Azure.ResourceManager.NetworkCloud.Models.KeySetUser> * System.Collections.Generic.IDictionary<string, string> -> Azure.ResourceManager.NetworkCloud.Models.NetworkCloudBmcKeySetPatch
Public Shared Function NetworkCloudBmcKeySetPatch (Optional expireOn As Nullable(Of DateTimeOffset) = Nothing, Optional userList As IEnumerable(Of KeySetUser) = Nothing, Optional tags As IDictionary(Of String, String) = Nothing) As NetworkCloudBmcKeySetPatch
Parameters
- expireOn
- Nullable<DateTimeOffset>
The date and time after which the users in this key set will be removed from the baseboard management controllers.
- userList
- IEnumerable<KeySetUser>
The unique list of permitted users.
- tags
- IDictionary<String,String>
Resource tags.
Returns
A new NetworkCloudBmcKeySetPatch instance for mocking.