Share via


NetworkReservedIPGetResponse.DeploymentName Property

 

Optional. The name of the deployment the IP belongs to, if used.

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

Syntax

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

Property Value

Type: System.String

See Also

NetworkReservedIPGetResponse Class
Microsoft.WindowsAzure.Management.Network.Models Namespace

Return to top