IBlank Interface

Definition

The first stage of the Redis Cache definition.

public interface IBlank : Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Definition.IDefinitionWithRegion<Microsoft.Azure.Management.Redis.Fluent.RedisCache.Definition.IWithGroup>
type IBlank = interface
    interface IDefinitionWithRegion<IWithGroup>
Public Interface IBlank
Implements IDefinitionWithRegion(Of IWithGroup)
Derived
Implements

Methods

WithRegion(Region)

Specifies the region for the resource.

(Inherited from IDefinitionWithRegion<T>)
WithRegion(String)

Specifies the region for the resource by name.

(Inherited from IDefinitionWithRegion<T>)

Applies to