ArmAppPlatformModelFactory.AppPlatformConfigurationServiceProperties 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 AppPlatformConfigurationServiceProperties.
public static Azure.ResourceManager.AppPlatform.Models.AppPlatformConfigurationServiceProperties AppPlatformConfigurationServiceProperties (Azure.ResourceManager.AppPlatform.Models.AppPlatformConfigurationServiceProvisioningState? provisioningState = default, Azure.ResourceManager.AppPlatform.Models.AppPlatformConfigurationServiceRequirements resourceRequests = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.AppPlatform.Models.AppPlatformConfigurationServiceInstance> instances = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.AppPlatform.Models.AppPlatformConfigurationServiceGitRepository> configurationServiceGitRepositories = default);
static member AppPlatformConfigurationServiceProperties : Nullable<Azure.ResourceManager.AppPlatform.Models.AppPlatformConfigurationServiceProvisioningState> * Azure.ResourceManager.AppPlatform.Models.AppPlatformConfigurationServiceRequirements * seq<Azure.ResourceManager.AppPlatform.Models.AppPlatformConfigurationServiceInstance> * seq<Azure.ResourceManager.AppPlatform.Models.AppPlatformConfigurationServiceGitRepository> -> Azure.ResourceManager.AppPlatform.Models.AppPlatformConfigurationServiceProperties
Public Shared Function AppPlatformConfigurationServiceProperties (Optional provisioningState As Nullable(Of AppPlatformConfigurationServiceProvisioningState) = Nothing, Optional resourceRequests As AppPlatformConfigurationServiceRequirements = Nothing, Optional instances As IEnumerable(Of AppPlatformConfigurationServiceInstance) = Nothing, Optional configurationServiceGitRepositories As IEnumerable(Of AppPlatformConfigurationServiceGitRepository) = Nothing) As AppPlatformConfigurationServiceProperties
Parameters
- provisioningState
- Nullable<AppPlatformConfigurationServiceProvisioningState>
State of the Application Configuration Service.
- resourceRequests
- AppPlatformConfigurationServiceRequirements
The requested resource quantity for required CPU and Memory.
Collection of instances belong to Application Configuration Service.
- configurationServiceGitRepositories
- IEnumerable<AppPlatformConfigurationServiceGitRepository>
The settings of Application Configuration Service.
Returns
A new AppPlatformConfigurationServiceProperties instance for mocking.