ArmAppPlatformModelFactory.AppPlatformBuildServiceProperties 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 AppPlatformBuildServiceProperties.
public static Azure.ResourceManager.AppPlatform.Models.AppPlatformBuildServiceProperties AppPlatformBuildServiceProperties (string kPackVersion = default, Azure.ResourceManager.AppPlatform.Models.AppPlatformBuildServiceProvisioningState? provisioningState = default, Azure.ResourceManager.AppPlatform.Models.AppPlatformBuildServiceResourceRequirements resourceRequests = default);
static member AppPlatformBuildServiceProperties : string * Nullable<Azure.ResourceManager.AppPlatform.Models.AppPlatformBuildServiceProvisioningState> * Azure.ResourceManager.AppPlatform.Models.AppPlatformBuildServiceResourceRequirements -> Azure.ResourceManager.AppPlatform.Models.AppPlatformBuildServiceProperties
Public Shared Function AppPlatformBuildServiceProperties (Optional kPackVersion As String = Nothing, Optional provisioningState As Nullable(Of AppPlatformBuildServiceProvisioningState) = Nothing, Optional resourceRequests As AppPlatformBuildServiceResourceRequirements = Nothing) As AppPlatformBuildServiceProperties
Parameters
- kPackVersion
- String
The installed KPack version in this build service.
- provisioningState
- Nullable<AppPlatformBuildServiceProvisioningState>
Provisioning state of the KPack build result.
- resourceRequests
- AppPlatformBuildServiceResourceRequirements
The runtime resource configuration of this build service.
Returns
A new AppPlatformBuildServiceProperties instance for mocking.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET