Share via


CloudPoolUpdatePropertiesParameters Constructor (IList<CertificateReference>, IList<ApplicationPackageReference>, IList<MetadataItem>)

 

Initializes a new instance of the CloudPoolUpdatePropertiesParameters class with required arguments.

Namespace:   Microsoft.Azure.Batch.Protocol.Models
Assembly:  Microsoft.Azure.Batch (in Microsoft.Azure.Batch.dll)

Syntax

public CloudPoolUpdatePropertiesParameters(
    IList<CertificateReference> certificateReferences,
    IList<ApplicationPackageReference> applicationPackageReferences,
    IList<MetadataItem> metadata
)
public:
CloudPoolUpdatePropertiesParameters(
    IList<CertificateReference^>^ certificateReferences,
    IList<ApplicationPackageReference^>^ applicationPackageReferences,
    IList<MetadataItem^>^ metadata
)
new : 
        certificateReferences:IList<CertificateReference> *
        applicationPackageReferences:IList<ApplicationPackageReference> *
        metadata:IList<MetadataItem> -> CloudPoolUpdatePropertiesParameters
Public Sub New (
    certificateReferences As IList(Of CertificateReference),
    applicationPackageReferences As IList(Of ApplicationPackageReference),
    metadata As IList(Of MetadataItem)
)

Parameters

See Also

CloudPoolUpdatePropertiesParameters Overload
CloudPoolUpdatePropertiesParameters Class
Microsoft.Azure.Batch.Protocol.Models Namespace

Return to top