ILocation.WithLocation Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET