BatchRequest.Parameters Property
Gets the params needed by the REST proxy for the current request.
Namespace: Microsoft.Azure.Batch.Protocol
Assembly: Microsoft.Azure.Batch (in Microsoft.Azure.Batch.dll)
Syntax
public abstract BatchParameters Parameters { get; }
public:
property BatchParameters^ Parameters {
virtual BatchParameters^ get() abstract;
}
abstract Parameters : BatchParameters with get
Public MustOverride ReadOnly Property Parameters As BatchParameters
Property Value
Type: Microsoft.Azure.Batch.Protocol.Models.BatchParameters
See Also
BatchRequest Class
Microsoft.Azure.Batch.Protocol Namespace
Return to top