ArmProviderHubModelFactory.ThirdPartyProviderAuthorization 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.ThirdPartyProviderAuthorization ThirdPartyProviderAuthorization(System.Collections.Generic.IEnumerable<Azure.ResourceManager.ProviderHub.Models.LightHouseAuthorization> authorizations = default, string managedByTenantId = default);
static member ThirdPartyProviderAuthorization : seq<Azure.ResourceManager.ProviderHub.Models.LightHouseAuthorization> * string -> Azure.ResourceManager.ProviderHub.Models.ThirdPartyProviderAuthorization
Public Shared Function ThirdPartyProviderAuthorization (Optional authorizations As IEnumerable(Of LightHouseAuthorization) = Nothing, Optional managedByTenantId As String = Nothing) As ThirdPartyProviderAuthorization
Parameters
- authorizations
- IEnumerable<LightHouseAuthorization>
The authorizations.
- managedByTenantId
- String
The managed by tenant id.
Returns
A new ThirdPartyProviderAuthorization instance for mocking.