IWithGroup Gränssnitt
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Fasen i tjänsten Search definition som gör det möjligt att ange resursgruppen.
public interface IWithGroup : Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithCreatableResourceGroup<Microsoft.Azure.Management.Search.Fluent.SearchService.Definition.IWithSku>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithExistingResourceGroup<Microsoft.Azure.Management.Search.Fluent.SearchService.Definition.IWithSku>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithGroup<Microsoft.Azure.Management.Search.Fluent.SearchService.Definition.IWithSku>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithNewResourceGroup<Microsoft.Azure.Management.Search.Fluent.SearchService.Definition.IWithSku>
type IWithGroup = interface
interface IWithGroup<IWithSku>
interface IWithExistingResourceGroup<IWithSku>
interface IWithNewResourceGroup<IWithSku>
interface IWithCreatableResourceGroup<IWithSku>
Public Interface IWithGroup
Implements IWithCreatableResourceGroup(Of IWithSku), IWithExistingResourceGroup(Of IWithSku), IWithGroup(Of IWithSku), IWithNewResourceGroup(Of IWithSku)
- Härledda
- Implementeringar
Metoder
WithExistingResourceGroup(IResourceGroup) |
Associerar resursen med en befintlig resursgrupp. (Ärvd från IWithExistingResourceGroup<T>) |
WithExistingResourceGroup(String) |
Associerar resursen med en befintlig resursgrupp. (Ärvd från IWithExistingResourceGroup<T>) |
WithNewResourceGroup() |
Fasen i tjänsten Search definition som gör det möjligt att ange resursgruppen. (Ärvd från IWithNewResourceGroup<T>) |
WithNewResourceGroup(ICreatable<IResourceGroup>) |
Skapar en ny resursgrupp som resursen ska placeras i baserat på den angivna definitionen. (Ärvd från IWithCreatableResourceGroup<T>) |
WithNewResourceGroup(String) |
Fasen i tjänsten Search definition som gör det möjligt att ange resursgruppen. (Ärvd från IWithNewResourceGroup<T>) |
Gäller för
Azure SDK for .NET