IWithCreate<FluentT> 인터페이스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
클라우드에서 새 웹앱/배포 슬롯을 만들 수 있는 충분한 입력이 있지만 지정할 추가 선택적 입력을 노출하는 사이트 정의입니다.
public interface IWithCreate<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.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 IWithCreate<'FluentT> = interface
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 IWithCreate(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), IWithDiagnosticLogging(Of FluentT), IWithHostNameBinding(Of FluentT), IWithHostNameSslBinding(Of FluentT), IWithManagedServiceIdentity(Of FluentT), IWithScmSiteAlsoStopped(Of FluentT), IWithSiteConfigs(Of FluentT), IWithSourceControl(Of FluentT)
형식 매개 변수
- FluentT
리소스 형식입니다.
- 파생
- 구현
-
IWithAppSettings<FluentT> IWithAuthentication<FluentT> IWithClientAffinityEnabled<FluentT> IWithClientCertEnabled<FluentT> IWithConnectionString<FluentT> IWithDiagnosticLogging<FluentT> IWithHostNameBinding<FluentT> IWithHostNameSslBinding<FluentT> IWithManagedServiceIdentity<FluentT> IWithScmSiteAlsoStopped<FluentT> IWithSiteConfigs<FluentT> IWithSourceControl<FluentT> IBeta IDefinitionWithTags<IWithCreate<FluentT>> ICreatable<FluentT> IIndexable
속성
Key |
클라우드에서 새 웹앱/배포 슬롯을 만들 수 있는 충분한 입력이 있지만 지정할 추가 선택적 입력을 노출하는 사이트 정의입니다. (다음에서 상속됨 IIndexable) |
Name |
creatable 리소스의 이름을 가져옵니다. (다음에서 상속됨 ICreatable<T>) |
메서드
적용 대상
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET