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

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

Méthodes publiques

Méthode 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 méthode

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
Résultat Microsoft.WindowsAzure.Management.Utilities

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int