你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ApplicationCreateParameters Class

Definition

public class ApplicationCreateParameters : Microsoft.Azure.Graph.RBAC.Version1_6_20190326.Models.ApplicationBase
type ApplicationCreateParameters = class
    inherit ApplicationBase
Public Class ApplicationCreateParameters
Inherits ApplicationBase
Inheritance
ApplicationCreateParameters

Constructors

ApplicationCreateParameters()
ApplicationCreateParameters(String, Nullable<Boolean>, Nullable<Boolean>, String, IList<AppRole>, IList<String>, Nullable<Boolean>, String, Object, String, InformationalUrl, Nullable<Boolean>, IList<KeyCredential>, IList<String>, String, Nullable<Boolean>, Nullable<Boolean>, IList<OAuth2Permission>, Nullable<Boolean>, IList<String>, OptionalClaims, IList<PasswordCredential>, IList<PreAuthorizedApplication>, Nullable<Boolean>, String, IList<String>, IList<RequiredResourceAccess>, String, String, String, IList<String>)

Properties

AllowGuestsSignIn (Inherited from ApplicationBase)
AllowPassthroughUsers (Inherited from ApplicationBase)
AppLogoUrl (Inherited from ApplicationBase)
AppPermissions (Inherited from ApplicationBase)
AppRoles (Inherited from ApplicationBase)
AvailableToOtherTenants (Inherited from ApplicationBase)
DisplayName
ErrorUrl (Inherited from ApplicationBase)
GroupMembershipClaims (Inherited from ApplicationBase)
Homepage (Inherited from ApplicationBase)
IdentifierUris
InformationalUrls (Inherited from ApplicationBase)
IsDeviceOnlyAuthSupported (Inherited from ApplicationBase)
KeyCredentials (Inherited from ApplicationBase)
KnownClientApplications (Inherited from ApplicationBase)
LogoutUrl (Inherited from ApplicationBase)
Oauth2AllowImplicitFlow (Inherited from ApplicationBase)
Oauth2AllowUrlPathMatching (Inherited from ApplicationBase)
Oauth2Permissions (Inherited from ApplicationBase)
Oauth2RequirePostResponse (Inherited from ApplicationBase)
OptionalClaims (Inherited from ApplicationBase)
OrgRestrictions (Inherited from ApplicationBase)
PasswordCredentials (Inherited from ApplicationBase)
PreAuthorizedApplications (Inherited from ApplicationBase)
PublicClient (Inherited from ApplicationBase)
PublisherDomain (Inherited from ApplicationBase)
ReplyUrls (Inherited from ApplicationBase)
RequiredResourceAccess (Inherited from ApplicationBase)
SamlMetadataUrl (Inherited from ApplicationBase)
SignInAudience (Inherited from ApplicationBase)
WwwHomepage (Inherited from ApplicationBase)

Methods

Validate()

Applies to