IWithApplication Schnittstelle
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.
Eine Dienstprinzipaldefinition, die die Angabe der Anwendung ermöglicht.
public interface IWithApplication : Microsoft.Azure.Management.Graph.RBAC.Fluent.ServicePrincipal.Definition.IWithApplicationBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IWithApplication = interface
interface IWithApplicationBeta
interface IBeta
Public Interface IWithApplication
Implements IBeta, IWithApplicationBeta
- Abgeleitet
- Implementiert
Methoden
WithExistingApplication(IActiveDirectoryApplication) |
Gibt eine vorhandene Anwendung an, die vom Dienstprinzipal verwendet werden soll. (Geerbt von IWithApplicationBeta) |
WithExistingApplication(String) |
Gibt eine vorhandene Anwendung anhand ihrer App-ID an. (Geerbt von IWithApplicationBeta) |
WithNewApplication(ICreatable<IActiveDirectoryApplication>) |
Gibt eine neue Anwendung an, die vom Dienstprinzipal erstellt und verwendet werden soll. (Geerbt von IWithApplicationBeta) |
WithNewApplication(String) |
Gibt eine neue Anwendung an, die vom Dienstprinzipal erstellt und verwendet werden soll. (Geerbt von IWithApplicationBeta) |
Gilt für:
Azure SDK for .NET