ArmNetworkCloudModelFactory.NetworkCloudKubernetesClusterFeaturePatch 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.NetworkCloudKubernetesClusterFeaturePatch NetworkCloudKubernetesClusterFeaturePatch(System.Collections.Generic.IEnumerable<Azure.ResourceManager.NetworkCloud.Models.StringKeyValuePair> options = default, System.Collections.Generic.IDictionary<string,string> tags = default);
static member NetworkCloudKubernetesClusterFeaturePatch : seq<Azure.ResourceManager.NetworkCloud.Models.StringKeyValuePair> * System.Collections.Generic.IDictionary<string, string> -> Azure.ResourceManager.NetworkCloud.Models.NetworkCloudKubernetesClusterFeaturePatch
Public Shared Function NetworkCloudKubernetesClusterFeaturePatch (Optional options As IEnumerable(Of StringKeyValuePair) = Nothing, Optional tags As IDictionary(Of String, String) = Nothing) As NetworkCloudKubernetesClusterFeaturePatch
Parameters
- options
- IEnumerable<StringKeyValuePair>
The configured options for the feature.
- tags
- IDictionary<String,String>
Resource tags.
Returns
A new NetworkCloudKubernetesClusterFeaturePatch instance for mocking.