C# Class Microsoft.WindowsAzure.Commands.Utilities.Store.AddOnSearchOptions

Search options for getting Microsoft Azure add on.
Datei anzeigen Open project: AzureRT/azure-sdk-tools Class Usage Examples

Public Methods

Method Description
AddOnSearchOptions ( string name = null, string provider = null, string geoRegion = null ) : Commands.Utilities.Common

Creates new instance from AddOnSearchOptions

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

Method Details

AddOnSearchOptions() public method

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
return Commands.Utilities.Common

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int