C# 클래스 Microsoft.WindowsAzure.Commands.Utilities.CloudService.RoleInfo

Base class for describing roles that we will create.
파일 보기 프로젝트 열기: Azure/azure-powershell 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
AddRoleToDefinition ( ServiceDefinition serviceDefinition, object template ) : void

메소드 상세

Equals() 공개 메소드

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
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

RoleInfo() 공개 메소드

public RoleInfo ( string name, int instanceCount ) : Microsoft.Azure.Commands.Common.Authentication
name string
instanceCount int
리턴 Microsoft.Azure.Commands.Common.Authentication