C# 클래스 Microsoft.WindowsAzure.Management.Store.Model.AddOnSearchOptions

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

공개 메소드들

메소드 설명
AddOnSearchOptions ( string name = null, string provider = null, string geoRegion = null ) : Microsoft.WindowsAzure.Management.Utilities

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 ) : Microsoft.WindowsAzure.Management.Utilities
name string The add on name
provider string The add on provider
geoRegion string The add on region
리턴 Microsoft.WindowsAzure.Management.Utilities

Equals() 공개 메소드

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

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int