ArmProviderHubModelFactory.ProviderHubExtendedLocationOptions Method

Definition

public static Azure.ResourceManager.ProviderHub.Models.ProviderHubExtendedLocationOptions ProviderHubExtendedLocationOptions(Azure.ResourceManager.ProviderHub.Models.ProviderExtendedLocationType? locationType = default, Azure.ResourceManager.ProviderHub.Models.ResourceTypeExtendedLocationPolicy? supportedLocationPolicy = default);
static member ProviderHubExtendedLocationOptions : Nullable<Azure.ResourceManager.ProviderHub.Models.ProviderExtendedLocationType> * Nullable<Azure.ResourceManager.ProviderHub.Models.ResourceTypeExtendedLocationPolicy> -> Azure.ResourceManager.ProviderHub.Models.ProviderHubExtendedLocationOptions
Public Shared Function ProviderHubExtendedLocationOptions (Optional locationType As Nullable(Of ProviderExtendedLocationType) = Nothing, Optional supportedLocationPolicy As Nullable(Of ResourceTypeExtendedLocationPolicy) = Nothing) As ProviderHubExtendedLocationOptions

Parameters

locationType
Nullable<ProviderExtendedLocationType>

The type.

supportedLocationPolicy
Nullable<ResourceTypeExtendedLocationPolicy>

Returns

A new ProviderHubExtendedLocationOptions instance for mocking.

Applies to