DeploymentGetPackageParameters Class

 

Represents the parameters that are used to obtain the cloud service package.

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

System.Object
  Microsoft.WindowsAzure.Management.Compute.Models.DeploymentGetPackageParameters

type DeploymentGetPackageParameters = class end

NameDescription
System_CAPS_pubmethodDeploymentGetPackageParameters()

Initializes a new instance of the DeploymentGetPackageParameters class.

System_CAPS_pubmethodDeploymentGetPackageParameters(Uri)

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

NameDescription
System_CAPS_pubpropertyContainerUri

Gets or sets the URI of the container to which the package will be saved.

System_CAPS_pubpropertyOverwriteExisting

Gets or sets whether an existing package in the storage container should be overwritten.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: