ArmSelfHelpModelFactory.SelfHelpFilter(String, String, String) 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.
Initializes a new instance of SelfHelpFilter.
public static Azure.ResourceManager.SelfHelp.Models.SelfHelpFilter SelfHelpFilter (string name = default, string values = default, string operator = default);
static member SelfHelpFilter : string * string * string -> Azure.ResourceManager.SelfHelp.Models.SelfHelpFilter
Public Shared Function SelfHelpFilter (Optional name As String = Nothing, Optional values As String = Nothing, Optional operator As String = Nothing) As SelfHelpFilter
Parameters
- name
- String
Filter name.
- values
- String
Filter values.
- operator
- String
Filter operator.
Returns
A new SelfHelpFilter instance for mocking.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET