C# Class Microsoft.WindowsAzure.Management.CloudService.Model.RoleInfo

Base class for describing roles that we will create.
Afficher le fichier Open project: OctopusDeploy/azure-sdk-tools Class Usage Examples

Méthodes publiques

Méthode 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

Private Methods

Méthode Description
AddRoleToDefinition ( ServiceDefinition serviceDefinition, object template ) : void

Method Details

Equals() public méthode

Checks for equality between provided object and this object
public Equals ( object obj ) : bool
obj object This object can be type of RoleInfo, WebRoleInfo, WorkerRoleInfo, WebRole or WorkerRole
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

RoleInfo() public méthode

public RoleInfo ( string name, int instanceCount ) : Microsoft.WindowsAzure.Management.Utilities
name string
instanceCount int
Résultat Microsoft.WindowsAzure.Management.Utilities