ArmAppPlatformModelFactory.AppPlatformBuildServiceAgentPoolProperties Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Initialisiert eine neue instance von AppPlatformBuildServiceAgentPoolProperties.
public static Azure.ResourceManager.AppPlatform.Models.AppPlatformBuildServiceAgentPoolProperties AppPlatformBuildServiceAgentPoolProperties (string provisioningState = default, Azure.ResourceManager.AppPlatform.Models.BuildServiceAgentPoolSizeProperties poolSize = default);
static member AppPlatformBuildServiceAgentPoolProperties : string * Azure.ResourceManager.AppPlatform.Models.BuildServiceAgentPoolSizeProperties -> Azure.ResourceManager.AppPlatform.Models.AppPlatformBuildServiceAgentPoolProperties
Public Shared Function AppPlatformBuildServiceAgentPoolProperties (Optional provisioningState As String = Nothing, Optional poolSize As BuildServiceAgentPoolSizeProperties = Nothing) As AppPlatformBuildServiceAgentPoolProperties
Parameter
- provisioningState
- String
Bereitstellungsstatus des Builddienst-Agent-Pools.
- poolSize
- BuildServiceAgentPoolSizeProperties
Eigenschaften der Poolgröße des Builddienst-Agents.
Gibt zurück
Eine neue AppPlatformBuildServiceAgentPoolProperties instance zum Simulieren.
Gilt für:
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for .NET