AutomationManagementClient.Certificates Property
Service operation for automation certificates. (see https://aka.ms/azureautomationsdk/certificateoperations for more information)
Namespace: Microsoft.WindowsAzure.Management.Automation
Assembly: Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)
Syntax
public virtual ICertificateOperations Certificates { get; }
public:
property ICertificateOperations^ Certificates {
virtual ICertificateOperations^ get();
}
abstract Certificates : ICertificateOperations with get
override Certificates : ICertificateOperations with get
Public Overridable ReadOnly Property Certificates As ICertificateOperations
Property Value
Type: Microsoft.WindowsAzure.Management.Automation.ICertificateOperations
Implements
IAutomationManagementClient.Certificates
See Also
AutomationManagementClient Class
Microsoft.WindowsAzure.Management.Automation Namespace
Return to top