IHasIndexingPolicy<T> Interface

Definition

An interface representing a model that can attach an indexing policy.

public interface IHasIndexingPolicy<T> : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IHasIndexingPolicy<'T> = interface
    interface IBeta
Public Interface IHasIndexingPolicy(Of T)
Implements IBeta

Type Parameters

T
Implements

Methods

WithIndexingPolicy(IndexingPolicy)

Attaches the indexing policy

Applies to