ArmProviderHubModelFactory.ProviderAuthorizedApplicationProperties 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 ProviderAuthorizedApplicationProperties.
public static Azure.ResourceManager.ProviderHub.Models.ProviderAuthorizedApplicationProperties ProviderAuthorizedApplicationProperties(Azure.ResourceManager.ProviderHub.Models.ApplicationProviderAuthorization providerAuthorization = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.ProviderHub.Models.ApplicationDataAuthorization> dataAuthorizations = default, Azure.ResourceManager.ProviderHub.Models.ProviderHubProvisioningState? provisioningState = default);
static member ProviderAuthorizedApplicationProperties : Azure.ResourceManager.ProviderHub.Models.ApplicationProviderAuthorization * seq<Azure.ResourceManager.ProviderHub.Models.ApplicationDataAuthorization> * Nullable<Azure.ResourceManager.ProviderHub.Models.ProviderHubProvisioningState> -> Azure.ResourceManager.ProviderHub.Models.ProviderAuthorizedApplicationProperties
Public Shared Function ProviderAuthorizedApplicationProperties (Optional providerAuthorization As ApplicationProviderAuthorization = Nothing, Optional dataAuthorizations As IEnumerable(Of ApplicationDataAuthorization) = Nothing, Optional provisioningState As Nullable(Of ProviderHubProvisioningState) = Nothing) As ProviderAuthorizedApplicationProperties
Parameters
- providerAuthorization
- ApplicationProviderAuthorization
- dataAuthorizations
- IEnumerable<ApplicationDataAuthorization>
The authorizations that determine the level of data access permissions on the specified resource types.
- provisioningState
- Nullable<ProviderHubProvisioningState>
The provisioning state.
Returns
A new ProviderAuthorizedApplicationProperties instance for mocking.