ArmIotOperationsModelFactory.VolumeClaimSpecSelector 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.IotOperations.Models.VolumeClaimSpecSelector VolumeClaimSpecSelector(System.Collections.Generic.IEnumerable<Azure.ResourceManager.IotOperations.Models.VolumeClaimSpecSelectorMatchExpressions> matchExpressions = default, System.Collections.Generic.IDictionary<string,string> matchLabels = default);
static member VolumeClaimSpecSelector : seq<Azure.ResourceManager.IotOperations.Models.VolumeClaimSpecSelectorMatchExpressions> * System.Collections.Generic.IDictionary<string, string> -> Azure.ResourceManager.IotOperations.Models.VolumeClaimSpecSelector
Public Shared Function VolumeClaimSpecSelector (Optional matchExpressions As IEnumerable(Of VolumeClaimSpecSelectorMatchExpressions) = Nothing, Optional matchLabels As IDictionary(Of String, String) = Nothing) As VolumeClaimSpecSelector
Parameters
- matchExpressions
- IEnumerable<VolumeClaimSpecSelectorMatchExpressions>
MatchExpressions is a list of label selector requirements. The requirements are ANDed.
- matchLabels
- IDictionary<String,String>
MatchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed.
Returns
A new VolumeClaimSpecSelector instance for mocking.