C# Class DeployToAzure.Management.DeploymentSlotUri

Afficher le fichier Open project: mg-alfa-dev/DeployToAzure Class Usage Examples

Méthodes publiques

Méthode Description
DeploymentSlotUri ( string subscriptionId, string serviceName, string slot )
Equals ( object obj ) : bool
GetHashCode ( ) : int
ToRequestUri ( string requestId ) : RequestUri
ToString ( ) : string
operator ( ) : bool

Private Methods

Méthode Description
Equals ( DeploymentSlotUri other ) : bool

Method Details

DeploymentSlotUri() public méthode

public DeploymentSlotUri ( string subscriptionId, string serviceName, string slot )
subscriptionId string
serviceName string
slot string

Equals() public méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ToRequestUri() public méthode

public ToRequestUri ( string requestId ) : RequestUri
requestId string
Résultat RequestUri

ToString() public méthode

public ToString ( ) : string
Résultat string

operator() public static méthode

public static operator ( ) : bool
Résultat bool