Condividi tramite


ILocation.WithLocation Method

Definition

Overloads

WithLocation(Region)

The parameters specifying location of the container registry task.

WithLocation(String)

The parameters specifying location of the container registry task.

WithLocation(Region)

The parameters specifying location of the container registry task.

public Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistryTask.Definition.IPlatform WithLocation (Microsoft.Azure.Management.ResourceManager.Fluent.Core.Region location);
abstract member WithLocation : Microsoft.Azure.Management.ResourceManager.Fluent.Core.Region -> Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistryTask.Definition.IPlatform
Public Function WithLocation (location As Region) As IPlatform

Parameters

location
Region

The location of the container registry task.

Returns

Applies to

WithLocation(String)

The parameters specifying location of the container registry task.

public Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistryTask.Definition.IPlatform WithLocation (string location);
abstract member WithLocation : string -> Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistryTask.Definition.IPlatform
Public Function WithLocation (location As String) As IPlatform

Parameters

location
String

The location of the container registry task.

Returns

Applies to