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

ApplicationUpdateParameters Class

Definition

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

Constructors

ApplicationUpdateParameters()
ApplicationUpdateParameters(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, 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)

Applies to