ServiceCertificateDeleteParameters.ServiceName Property

 

Gets or sets the DNS prefix name of the cloud service that contains the certificate.

Namespace:   Microsoft.WindowsAzure.Management.Compute.Models
Assembly:  Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)

Syntax

public string ServiceName { get; set; }
public:
property String^ ServiceName {
    String^ get();
    void set(String^ value);
}
member ServiceName : string with get, set
Public Property ServiceName As String

Property Value

Type: System.String

The DNS prefix name.

See Also

ServiceCertificateDeleteParameters Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top