CertificateUpdateParameters Constructor (String)
Initializes a new instance of the CertificateUpdateParameters class with required arguments.
Namespace: Microsoft.WindowsAzure.Management.Automation.Models
Assembly: Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)
Usage
'Usage
Dim name As String
Dim instance As New CertificateUpdateParameters(name)
Syntax
'Declaration
Public Sub New ( _
name As String _
)
public CertificateUpdateParameters (
string name
)
public:
CertificateUpdateParameters (
String^ name
)
public CertificateUpdateParameters (
String name
)
public function CertificateUpdateParameters (
name : String
)
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
CertificateUpdateParameters Class
CertificateUpdateParameters Members
Microsoft.WindowsAzure.Management.Automation.Models Namespace