Partager via


IWithSystemAssignedIdentityBasedAccessOrCreate<FluentT> Interface

Définition

Étape de l’application web avec identité managée affectée par le système (local) qui permet de définir le rôle d’accès pour l’identité.

public interface IWithSystemAssignedIdentityBasedAccessOrCreate<FluentT> : Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Definition.IWithAppSettings<FluentT>, Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Definition.IWithAuthentication<FluentT>, Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Definition.IWithClientAffinityEnabled<FluentT>, Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Definition.IWithClientCertEnabled<FluentT>, Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Definition.IWithConnectionString<FluentT>, Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Definition.IWithCreate<FluentT>, Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Definition.IWithDiagnosticLogging<FluentT>, Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Definition.IWithHostNameBinding<FluentT>, Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Definition.IWithHostNameSslBinding<FluentT>, Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Definition.IWithManagedServiceIdentity<FluentT>, Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Definition.IWithScmSiteAlsoStopped<FluentT>, Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Definition.IWithSiteConfigs<FluentT>, Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Definition.IWithSourceControl<FluentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Definition.IDefinitionWithTags<Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Definition.IWithCreate<FluentT>>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<FluentT>
type IWithSystemAssignedIdentityBasedAccessOrCreate<'FluentT> = interface
    interface IWithCreate<'FluentT>
    interface ICreatable<'FluentT>
    interface IIndexable
    interface IDefinitionWithTags<IWithCreate<'FluentT>>
    interface IWithClientAffinityEnabled<'FluentT>
    interface IWithClientCertEnabled<'FluentT>
    interface IWithScmSiteAlsoStopped<'FluentT>
    interface IWithSiteConfigs<'FluentT>
    interface IWithAppSettings<'FluentT>
    interface IWithConnectionString<'FluentT>
    interface IWithSourceControl<'FluentT>
    interface IWithHostNameBinding<'FluentT>
    interface IWithHostNameSslBinding<'FluentT>
    interface IWithAuthentication<'FluentT>
    interface IWithDiagnosticLogging<'FluentT>
    interface IBeta
    interface IWithManagedServiceIdentity<'FluentT>
Public Interface IWithSystemAssignedIdentityBasedAccessOrCreate(Of FluentT)
Implements IBeta, ICreatable(Of FluentT), IDefinitionWithTags(Of IWithCreate(Of FluentT)), IWithAppSettings(Of FluentT), IWithAuthentication(Of FluentT), IWithClientAffinityEnabled(Of FluentT), IWithClientCertEnabled(Of FluentT), IWithConnectionString(Of FluentT), IWithCreate(Of FluentT), IWithDiagnosticLogging(Of FluentT), IWithHostNameBinding(Of FluentT), IWithHostNameSslBinding(Of FluentT), IWithManagedServiceIdentity(Of FluentT), IWithScmSiteAlsoStopped(Of FluentT), IWithSiteConfigs(Of FluentT), IWithSourceControl(Of FluentT)

Paramètres de type

FluentT

Type de la ressource.

Dérivé
Implémente

Propriétés

Key

Étape de l’application web avec identité managée affectée par le système (local) qui permet de définir le rôle d’accès pour l’identité.

(Hérité de IIndexable)
Name

Obtient le nom de la ressource pouvant être créé.

(Hérité de ICreatable<T>)

Méthodes

Create()

Exécutez la demande de création.

(Hérité de ICreatable<T>)
CreateAsync(CancellationToken, Boolean)

Place la requête dans la file d’attente et autorise le client HTTP à l’exécuter lorsque des ressources système sont disponibles.

(Hérité de ICreatable<T>)
DefineAuthentication()

Spécifie la définition d’une nouvelle configuration d’authentification.

(Hérité de IWithAuthentication<FluentT>)
DefineDiagnosticLogsConfiguration()

Obtient Spécifie la définition d’une nouvelle configuration des journaux de diagnostic.

(Hérité de IWithDiagnosticLogging<FluentT>)
DefineHostnameBinding()

Démarre la définition d’une nouvelle liaison de nom d’hôte.

(Hérité de IWithHostNameBinding<FluentT>)
DefineSourceControl()

Démarre la définition d’un nouveau contrôle de code source.

(Hérité de IWithSourceControl<FluentT>)
DefineSslBinding()

Démarre une définition d’une liaison SSL.

(Hérité de IWithHostNameSslBinding<FluentT>)
WithAppSetting(String, String)

Ajoute un paramètre d’application à l’application web.

(Hérité de IWithAppSettings<FluentT>)
WithAppSettings(IDictionary<String,String>)

Spécifie les paramètres d’application pour l’application web sous forme de carte.

(Hérité de IWithAppSettings<FluentT>)
WithAutoSwapSlotName(String)

Spécifie le nom de l’emplacement à échanger automatiquement lorsqu’un déploiement est terminé dans cette application web/emplacement de déploiement.

(Hérité de IWithSiteConfigs<FluentT>)
WithClientAffinityEnabled(Boolean)

Spécifie si l’affinité client est activée.

(Hérité de IWithClientAffinityEnabled<FluentT>)
WithClientCertEnabled(Boolean)

Spécifie si le certificat client est activé.

(Hérité de IWithClientCertEnabled<FluentT>)
WithConnectionString(String, String, ConnectionStringType)

Ajoute une chaîne de connexion à l’application web.

(Hérité de IWithConnectionString<FluentT>)
WithContainerLoggingDisabled()

Désactivez la journalisation des conteneurs pour les applications web Linux.

(Hérité de IWithDiagnosticLogging<FluentT>)
WithContainerLoggingEnabled()

Spécifie la configuration de la journalisation des conteneurs pour les applications web Linux. Les journaux d’activité seront stockés sur le système de fichiers jusqu’à 35 Mo.

(Hérité de IWithDiagnosticLogging<FluentT>)
WithContainerLoggingEnabled(Int32, Int32)

Spécifie la configuration de la journalisation des conteneurs pour les applications web Linux.

(Hérité de IWithDiagnosticLogging<FluentT>)
WithDefaultDocument(String)

Ajoute un document par défaut.

(Hérité de IWithSiteConfigs<FluentT>)
WithDefaultDocuments(IList<String>)

Ajoute une liste de documents par défaut.

(Hérité de IWithSiteConfigs<FluentT>)
WithFtpsState(FtpsState)

Définit si l’application web prend en charge un certain type de FTP(S).

(Hérité de IWithSiteConfigs<FluentT>)
WithHttp20Enabled(Boolean)

Définit si l’application web accepte le trafic HTTP 2.0.

(Hérité de IWithSiteConfigs<FluentT>)
WithHttpsOnly(Boolean)

Définit si l’application web accepte uniquement le trafic HTTPS.

(Hérité de IWithSiteConfigs<FluentT>)
WithJavaVersion(JavaVersion)

Spécifie la version de Java.

(Hérité de IWithSiteConfigs<FluentT>)
WithLocalGitSourceControl()

Spécifie que le contrôle de code source doit être un référentiel Git local sur l’application web.

(Hérité de IWithSourceControl<FluentT>)
WithManagedHostnameBindings(IAppServiceDomain, String[])

Définit la liste des noms d’hôtes d’un domaine managé Azure. Par défaut, le type d’enregistrement DNS est CNAME à l’exception du domaine de niveau racine (« .

(Hérité de IWithHostNameBinding<FluentT>)
WithManagedPipelineMode(ManagedPipelineMode)

Spécifie le mode de pipeline managé.

(Hérité de IWithSiteConfigs<FluentT>)
WithNetFrameworkVersion(NetFrameworkVersion)

Spécifie la version du .NET Framework.

(Hérité de IWithSiteConfigs<FluentT>)
WithoutDefaultDocument(String)

Supprime un document par défaut.

(Hérité de IWithSiteConfigs<FluentT>)
WithoutPhp()

Désactivez la prise en charge de PHP.

(Hérité de IWithSiteConfigs<FluentT>)
WithoutSystemAssignedManagedServiceIdentity()

Spécifie que l’identité de service managée affectée par le système (local) doit être désactivée.

(Hérité de IWithManagedServiceIdentity<FluentT>)
WithPhpVersion(PhpVersion)

Spécifie la version PHP.

(Hérité de IWithSiteConfigs<FluentT>)
WithPlatformArchitecture(PlatformArchitecture)

Spécifie l’architecture de plateforme à utiliser.

(Hérité de IWithSiteConfigs<FluentT>)
WithPythonVersion(PythonVersion)

Spécifie la version de Python.

(Hérité de IWithSiteConfigs<FluentT>)
WithRemoteDebuggingDisabled()

Désactive le débogage à distance.

(Hérité de IWithSiteConfigs<FluentT>)
WithRemoteDebuggingEnabled(RemoteVisualStudioVersion)

Spécifie la version de Visual Studio pour le débogage à distance.

(Hérité de IWithSiteConfigs<FluentT>)
WithScmSiteAlsoStopped(Boolean)

Spécifie si le site SCM est également arrêté lorsque l’application web est arrêtée.

(Hérité de IWithScmSiteAlsoStopped<FluentT>)
WithStickyAppSetting(String, String)

Ajoute un paramètre d’application à l’application web. Ce paramètre d’application sera également permuté après un échange d’emplacement de déploiement.

(Hérité de IWithAppSettings<FluentT>)
WithStickyAppSettings(IDictionary<String,String>)

Spécifie les paramètres d’application pour l’application web sous forme de carte. Ces paramètres d’application seront également échangés après un échange d’emplacement de déploiement.

(Hérité de IWithAppSettings<FluentT>)
WithStickyConnectionString(String, String, ConnectionStringType)

Ajoute une chaîne de connexion à l’application web. Cette chaîne de connexion sera également permutée après un échange d’emplacement de déploiement.

(Hérité de IWithConnectionString<FluentT>)
WithSystemAssignedIdentityBasedAccessTo(String, BuiltInRole)

Spécifie que l’identité affectée par le système (local) de l’application web doit avoir l’accès donné (décrit par le rôle) sur une ressource ARM identifiée par l’ID de ressource. Les applications qui s’exécutent sur l’application web auront la même autorisation (rôle) sur la ressource ARM.

WithSystemAssignedIdentityBasedAccessTo(String, String)

Spécifie que l’identité affectée par le système (local) de l’application web doit avoir l’accès (décrit par la définition de rôle) à une ressource ARM identifiée par l’ID de ressource. Les applications qui s’exécutent sur l’application web auront la même autorisation (rôle) sur la ressource ARM.

WithSystemAssignedIdentityBasedAccessToCurrentResourceGroup(BuiltInRole)

Spécifie que l’identité affectée par le système (local) de l’application web doit avoir l’accès donné (décrit par le rôle) sur le groupe de ressources où réside l’application web. Les applications qui s’exécutent sur l’application web auront la même autorisation (rôle) sur le groupe de ressources.

WithSystemAssignedIdentityBasedAccessToCurrentResourceGroup(String)

Spécifie que l’identité affectée par le système (local) de l’application web doit avoir l’accès (décrit par la définition de rôle) au groupe de ressources où réside l’application web. Les applications qui s’exécutent sur l’application web auront la même autorisation (rôle) sur le groupe de ressources.

WithSystemAssignedManagedServiceIdentity()

Spécifie que l’identité de service managée affectée par le système doit être activée dans l’application web.

(Hérité de IWithManagedServiceIdentity<FluentT>)
WithTag(String, String)

Ajoute une balise à la ressource.

(Hérité de IDefinitionWithTags<T>)
WithTags(IDictionary<String,String>)

Spécifie des balises pour la ressource en tant que {@link Map}.

(Hérité de IDefinitionWithTags<T>)
WithThirdPartyHostnameBinding(String, String[])

Définit la liste des noms d’hôte d’un domaine acheté en externe. Les noms d’hôte doivent être configurés avant main pour pointer vers l’application web.

(Hérité de IWithHostNameBinding<FluentT>)
WithUserAssignedManagedServiceIdentity()

Spécifie que l’identité de service managée affectée par l’utilisateur doit être activée dans l’application web.

(Hérité de IWithManagedServiceIdentity<FluentT>)
WithVirtualApplications(IList<VirtualApplication>)

Définit les applications virtuelles dans l’application web.

(Hérité de IWithSiteConfigs<FluentT>)
WithWebAppAlwaysOn(Boolean)

Spécifie si la machine virtuelle sous tension de l’application web est toujours sous tension.

(Hérité de IWithSiteConfigs<FluentT>)
WithWebSocketsEnabled(Boolean)

Spécifie si les sockets web sont activés.

(Hérité de IWithSiteConfigs<FluentT>)

S’applique à