ArmAppPlatformModelFactory.AppPlatformConfigServerProperties 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 AppPlatformConfigServerProperties.
public static Azure.ResourceManager.AppPlatform.Models.AppPlatformConfigServerProperties AppPlatformConfigServerProperties (Azure.ResourceManager.AppPlatform.Models.AppPlatformConfigServerState? provisioningState = default, Azure.ResourceManager.AppPlatform.Models.AppPlatformErrorInfo error = default, Azure.ResourceManager.AppPlatform.Models.AppPlatformConfigServerGitProperty configServerGitProperty = default);
static member AppPlatformConfigServerProperties : Nullable<Azure.ResourceManager.AppPlatform.Models.AppPlatformConfigServerState> * Azure.ResourceManager.AppPlatform.Models.AppPlatformErrorInfo * Azure.ResourceManager.AppPlatform.Models.AppPlatformConfigServerGitProperty -> Azure.ResourceManager.AppPlatform.Models.AppPlatformConfigServerProperties
Public Shared Function AppPlatformConfigServerProperties (Optional provisioningState As Nullable(Of AppPlatformConfigServerState) = Nothing, Optional error As AppPlatformErrorInfo = Nothing, Optional configServerGitProperty As AppPlatformConfigServerGitProperty = Nothing) As AppPlatformConfigServerProperties
Parameters
- provisioningState
- Nullable<AppPlatformConfigServerState>
State of the config server.
- error
- AppPlatformErrorInfo
Error when apply config server settings.
- configServerGitProperty
- AppPlatformConfigServerGitProperty
Settings of config server.
Returns
A new AppPlatformConfigServerProperties instance for mocking.