C# Class Microsoft.WindowsAzure.Commands.Utilities.CloudService.RoleInfo

Base class for describing roles that we will create.
Afficher le fichier Open project: Azure/azure-powershell 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.Azure.Commands.Common.Authentication

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.Azure.Commands.Common.Authentication
name string
instanceCount int
Résultat Microsoft.Azure.Commands.Common.Authentication