C# Class Microsoft.WindowsAzure.Management.Store.Model.AddOnSearchOptions

Search options for getting Windows Azure add on.
Mostra file Open project: OctopusDeploy/azure-sdk-tools Class Usage Examples

Public Methods

Method Description
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

Method Details

AddOnSearchOptions() public method

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
return Microsoft.WindowsAzure.Management.Utilities

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int