C# 클래스 Microsoft.WindowsAzure.Commands.Utilities.Store.AddOnSearchOptions

Search options for getting Microsoft Azure add on.
파일 보기 프로젝트 열기: AzureRT/azure-sdk-tools 1 사용 예제들

공개 메소드들

메소드 설명
AddOnSearchOptions ( string name = null, string provider = null, string geoRegion = null ) : Commands.Utilities.Common

Creates new instance from AddOnSearchOptions

Equals ( object obj ) : bool
GetHashCode ( ) : int

메소드 상세

AddOnSearchOptions() 공개 메소드

Creates new instance from AddOnSearchOptions
public AddOnSearchOptions ( string name = null, string provider = null, string geoRegion = null ) : Commands.Utilities.Common
name string The add on name
provider string The add on provider
geoRegion string The add on region
리턴 Commands.Utilities.Common

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int