AddTaskResult.Location Property
Optional. Gets and sets the location of the resource.
Namespace: Microsoft.Azure.Batch.Protocol.Models
Assembly: Microsoft.Azure.Batch (in Microsoft.Azure.Batch.dll)
Syntax
public string Location { get; set; }
public:
property String^ Location {
String^ get();
void set(String^ value);
}
member Location : string with get, set
Public Property Location As String
Property Value
Type: System.String
See Also
AddTaskResult Class
Microsoft.Azure.Batch.Protocol.Models Namespace
Return to top