ListOSVersionsRequest Constructor
Initialize a new instance of ListOSVersionsRequest.
Namespace: Microsoft.Azure.Batch.Protocol
Assembly: Microsoft.Azure.Batch (in Microsoft.Azure.Batch.dll)
Usage
'Usage
Dim baseUri As Uri
Dim credentials As BatchCredentials
Dim instance As New ListOSVersionsRequest(baseUri, credentials)
Syntax
'Declaration
Public Sub New ( _
baseUri As Uri, _
credentials As BatchCredentials _
)
public ListOSVersionsRequest (
Uri baseUri,
BatchCredentials credentials
)
public:
ListOSVersionsRequest (
Uri^ baseUri,
BatchCredentials^ credentials
)
public ListOSVersionsRequest (
Uri baseUri,
BatchCredentials credentials
)
public function ListOSVersionsRequest (
baseUri : Uri,
credentials : BatchCredentials
)
Parameters
- baseUri
The Batch service endpoint.
- credentials
The credentials to access Batch service.
Remarks
Platforms
Development Platforms
Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012
Target Platforms
See Also
Reference
ListOSVersionsRequest Class
ListOSVersionsRequest Members
Microsoft.Azure.Batch.Protocol Namespace