ArmIotOperationsModelFactory.VolumeClaimSpecSelectorMatchExpressions 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.VolumeClaimSpecSelectorMatchExpressions VolumeClaimSpecSelectorMatchExpressions(string key = default, Azure.ResourceManager.IotOperations.Models.BrokerOperatorValue operator = default, System.Collections.Generic.IEnumerable<string> values = default);
static member VolumeClaimSpecSelectorMatchExpressions : string * Azure.ResourceManager.IotOperations.Models.BrokerOperatorValue * seq<string> -> Azure.ResourceManager.IotOperations.Models.VolumeClaimSpecSelectorMatchExpressions
Public Shared Function VolumeClaimSpecSelectorMatchExpressions (Optional key As String = Nothing, Optional operator As BrokerOperatorValue = Nothing, Optional values As IEnumerable(Of String) = Nothing) As VolumeClaimSpecSelectorMatchExpressions
Parameters
- key
- String
key is the label key that the selector applies to.
- operator
- BrokerOperatorValue
operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.
- values
- IEnumerable<String>
values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.
Returns
A new VolumeClaimSpecSelectorMatchExpressions instance for mocking.