ArmProviderHubModelFactory.LoggingHiddenPropertyPaths Method

Definition

public static Azure.ResourceManager.ProviderHub.Models.LoggingHiddenPropertyPaths LoggingHiddenPropertyPaths(System.Collections.Generic.IEnumerable<string> hiddenPathsOnRequest = default, System.Collections.Generic.IEnumerable<string> hiddenPathsOnResponse = default);
static member LoggingHiddenPropertyPaths : seq<string> * seq<string> -> Azure.ResourceManager.ProviderHub.Models.LoggingHiddenPropertyPaths
Public Shared Function LoggingHiddenPropertyPaths (Optional hiddenPathsOnRequest As IEnumerable(Of String) = Nothing, Optional hiddenPathsOnResponse As IEnumerable(Of String) = Nothing) As LoggingHiddenPropertyPaths

Parameters

hiddenPathsOnRequest
IEnumerable<String>

The hidden paths on request.

hiddenPathsOnResponse
IEnumerable<String>

The hidden paths on response.

Returns

A new LoggingHiddenPropertyPaths instance for mocking.

Applies to