ArmAppPlatformModelFactory.AppPlatformApiPortalInstance 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 AppPlatformApiPortalInstance.
public static Azure.ResourceManager.AppPlatform.Models.AppPlatformApiPortalInstance AppPlatformApiPortalInstance (string name = default, string status = default);
static member AppPlatformApiPortalInstance : string * string -> Azure.ResourceManager.AppPlatform.Models.AppPlatformApiPortalInstance
Public Shared Function AppPlatformApiPortalInstance (Optional name As String = Nothing, Optional status As String = Nothing) As AppPlatformApiPortalInstance
Parameter
- name
- String
Name des API-Portals instance.
- status
- String
Status des API-Portals instance.
Gibt zurück
Eine neue AppPlatformApiPortalInstance instance zum Mocking.
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