ArmProviderHubModelFactory.LoggingHiddenPropertyPaths 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.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.