Method | Description | |
---|---|---|
Equals ( object obj ) : bool |
Checks for equality between provided object and this object
|
|
GetHashCode ( ) : int | ||
RoleInfo ( string name, int instanceCount ) : Microsoft.WindowsAzure.Management.Utilities |
Method | Description | |
---|---|---|
AddRoleToDefinition ( ServiceDefinition serviceDefinition, object template ) : void |
public Equals ( object obj ) : bool | ||
obj | object | This object can be type of RoleInfo, WebRoleInfo, WorkerRoleInfo, WebRole or WorkerRole |
return | bool |
public RoleInfo ( string name, int instanceCount ) : Microsoft.WindowsAzure.Management.Utilities | ||
name | string | |
instanceCount | int | |
return | Microsoft.WindowsAzure.Management.Utilities |