ArmNetworkCloudModelFactory.NetworkCloudAgentPoolPatch 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.NetworkCloudAgentPoolPatch NetworkCloudAgentPoolPatch(long? count = default, Azure.ResourceManager.NetworkCloud.Models.AgentPoolUpgradeSettings upgradeSettings = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.NetworkCloud.Models.NetworkCloudSshPublicKey> administratorSshPublicKeys = default, System.Collections.Generic.IDictionary<string,string> tags = default);
static member NetworkCloudAgentPoolPatch : Nullable<int64> * Azure.ResourceManager.NetworkCloud.Models.AgentPoolUpgradeSettings * seq<Azure.ResourceManager.NetworkCloud.Models.NetworkCloudSshPublicKey> * System.Collections.Generic.IDictionary<string, string> -> Azure.ResourceManager.NetworkCloud.Models.NetworkCloudAgentPoolPatch
Public Shared Function NetworkCloudAgentPoolPatch (Optional count As Nullable(Of Long) = Nothing, Optional upgradeSettings As AgentPoolUpgradeSettings = Nothing, Optional administratorSshPublicKeys As IEnumerable(Of NetworkCloudSshPublicKey) = Nothing, Optional tags As IDictionary(Of String, String) = Nothing) As NetworkCloudAgentPoolPatch
Parameters
- upgradeSettings
- AgentPoolUpgradeSettings
The configuration of the agent pool.
- administratorSshPublicKeys
- IEnumerable<NetworkCloudSshPublicKey>
SshPublicKey represents the public key used to authenticate with a resource through SSH.
- tags
- IDictionary<String,String>
Resource tags.
Returns
A new NetworkCloudAgentPoolPatch instance for mocking.