Share via


IAzureEditorViewModel Interface

Namespace:  Microsoft.TeamFoundation.Build.Controls
Assembly:  Microsoft.TeamFoundation.Build.Controls (in Microsoft.TeamFoundation.Build.Controls.dll)

Syntax

'Declaration
Public Interface IAzureEditorViewModel _
    Inherits INotifyPropertyChanged, IDisposable
public interface IAzureEditorViewModel : INotifyPropertyChanged, 
    IDisposable
public interface class IAzureEditorViewModel : INotifyPropertyChanged, 
    IDisposable
type IAzureEditorViewModel =  
    interface 
        interface INotifyPropertyChanged 
        interface IDisposable 
    end
public interface IAzureEditorViewModel extends INotifyPropertyChanged, IDisposable

The IAzureEditorViewModel type exposes the following members.

Properties

  Name Description
Public property AllowUpgrade
Public property AppendTimestamp
Public property AvailableConnections
Public property AvailableEnvironments
Public property CloudServiceName
Public property DeploymentEnvironmentName
Public property DeploymentLabel
Public property DeploymentType
Public property ErrorMessage
Public property HasErrors
Public property SelectedConnection
Public property SelectedEnvironment
Public property StorageAccount
Public property SubscriptionId
Public property WebSiteName
Public property WebSpace

Top

Methods

  Name Description
Public method Dispose Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.)
Public method ShouldPromptToOverwrite

Top

Events

  Name Description
Public event PropertyChanged Occurs when a property value changes. (Inherited from INotifyPropertyChanged.)

Top

See Also

Reference

Microsoft.TeamFoundation.Build.Controls Namespace