ArmIotOperationsModelFactory.VolumeClaimSpecSelectorMatchExpressions Method

Definition

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.

Applies to