ArmAppPlatformModelFactory.AppPlatformServiceRegistryProperties 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 AppPlatformServiceRegistryProperties.
public static Azure.ResourceManager.AppPlatform.Models.AppPlatformServiceRegistryProperties AppPlatformServiceRegistryProperties (Azure.ResourceManager.AppPlatform.Models.AppPlatformServiceRegistryProvisioningState? provisioningState = default, Azure.ResourceManager.AppPlatform.Models.AppPlatformServiceRegistryResourceRequirements resourceRequests = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.AppPlatform.Models.AppPlatformServiceRegistryInstance> instances = default);
static member AppPlatformServiceRegistryProperties : Nullable<Azure.ResourceManager.AppPlatform.Models.AppPlatformServiceRegistryProvisioningState> * Azure.ResourceManager.AppPlatform.Models.AppPlatformServiceRegistryResourceRequirements * seq<Azure.ResourceManager.AppPlatform.Models.AppPlatformServiceRegistryInstance> -> Azure.ResourceManager.AppPlatform.Models.AppPlatformServiceRegistryProperties
Public Shared Function AppPlatformServiceRegistryProperties (Optional provisioningState As Nullable(Of AppPlatformServiceRegistryProvisioningState) = Nothing, Optional resourceRequests As AppPlatformServiceRegistryResourceRequirements = Nothing, Optional instances As IEnumerable(Of AppPlatformServiceRegistryInstance) = Nothing) As AppPlatformServiceRegistryProperties
Parameter
- provisioningState
- Nullable<AppPlatformServiceRegistryProvisioningState>
Status der Dienstregistrierung.
- resourceRequests
- AppPlatformServiceRegistryResourceRequirements
Die angeforderte Ressourcenmenge für die erforderliche CPU und den erforderlichen Arbeitsspeicher.
- instances
- IEnumerable<AppPlatformServiceRegistryInstance>
Die Sammlung von Instanzen gehört zur Dienstregistrierung.
Gibt zurück
Eine neue AppPlatformServiceRegistryProperties instance zum Mocking.
Gilt für:
Azure SDK for .NET