IBlank 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.
Die erste Phase der Dienstprinzipaldefinition.
public interface IBlank : Microsoft.Azure.Management.Graph.RBAC.Fluent.ServicePrincipal.Definition.IWithApplication, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IBlank = interface
interface IWithApplication
interface IWithApplicationBeta
interface IBeta
Public Interface IBlank
Implements IBeta, IWithApplication
- 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