BatchRequest<TParams, TResponse>.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 override BatchParameters Parameters { get; }
public:
property BatchParameters^ Parameters {
virtual BatchParameters^ get() override;
}
override Parameters : BatchParameters with get
Public Overrides ReadOnly Property Parameters As BatchParameters
Property Value
Type: Microsoft.Azure.Batch.Protocol.Models.BatchParameters
See Also
BatchRequest<TParams, TResponse> Class
Microsoft.Azure.Batch.Protocol Namespace
Return to top