ArmIotOperationsModelFactory.VolumeClaimSpecSelector Method

Definition

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.

Applies to