共用方式為


IWithCreate 介面

定義

定義階段,其中包含透過 WithCreate.create () ) (建立資源的所有最小必要輸入,但也允許指定任何其他選擇性設定。

public interface IWithCreate : Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Definition.IDefinitionWithTags<Microsoft.Azure.Management.Search.Fluent.SearchService.Definition.IWithCreate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Search.Fluent.ISearchService>
type IWithCreate = interface
    interface ICreatable<ISearchService>
    interface IIndexable
    interface IDefinitionWithTags<IWithCreate>
Public Interface IWithCreate
Implements ICreatable(Of ISearchService), IDefinitionWithTags(Of IWithCreate)
衍生
實作

屬性

Key

定義階段,其中包含透過 WithCreate.create () ) (建立資源的所有最小必要輸入,但也允許指定任何其他選擇性設定。

(繼承來源 IIndexable)
Name

取得可建立資源的名稱。

(繼承來源 ICreatable<T>)

方法

Create()

執行建立要求。

(繼承來源 ICreatable<T>)
CreateAsync(CancellationToken, Boolean)

將要求放入佇列中,並允許 HTTP 用戶端在系統資源可用時執行。

(繼承來源 ICreatable<T>)
WithTag(String, String)

將標籤新增至資源。

(繼承來源 IDefinitionWithTags<T>)
WithTags(IDictionary<String,String>)

將資源的標籤指定為 {@link Map}。

(繼承來源 IDefinitionWithTags<T>)

適用於