Metodo WebSiteOperationsExtensions.SyncRepositoryAsync
A web site repository is essentially a Git repository that you can use to manage your web site content. By using Git source control tools, you can push or pull version-controlled changes to your site. This API executes a repository sync operation. (see https://msdn.microsoft.com/en-us/library/windowsazure/dn166967.aspx for more information)
Spazio dei nomi: Microsoft.WindowsAzure
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Utilizzo
'Utilizzo
Dim operations As IWebSiteOperations
Dim webSpaceName As String
Dim webSiteName As String
Dim returnValue As Task(Of OperationResponse)
returnValue = WebSiteOperationsExtensions.SyncRepositoryAsync(operations, webSpaceName, webSiteName)
Sintassi
'Dichiarazione
<ExtensionAttribute> _
Public Shared Function SyncRepositoryAsync ( _
operations As IWebSiteOperations, _
webSpaceName As String, _
webSiteName As String _
) As Task(Of OperationResponse)
[ExtensionAttribute]
public static Task<OperationResponse> SyncRepositoryAsync (
IWebSiteOperations operations,
string webSpaceName,
string webSiteName
)
[ExtensionAttribute]
public:
static Task<OperationResponse^>^ SyncRepositoryAsync (
IWebSiteOperations^ operations,
String^ webSpaceName,
String^ webSiteName
)
/** @attribute ExtensionAttribute() */
public static Task<OperationResponse> SyncRepositoryAsync (
IWebSiteOperations operations,
String webSpaceName,
String webSiteName
)
ExtensionAttribute
public static function SyncRepositoryAsync (
operations : IWebSiteOperations,
webSpaceName : String,
webSiteName : String
) : Task<OperationResponse>
Parametri
- operations
Reference to the Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations.
- webSpaceName
Required. The name of the web space.
- webSiteName
Required. The name of the web site.
Valore restituito
A standard service response including an HTTP status code and request ID.
Sicurezza dei thread
Qualsiasi membro statico pubblico (condiviso in Visual Basic) di questo tipo è thread safe. Non è invece garantita la sicurezza dei membri dell'istanza.
Piattaforme
Piattaforme di sviluppo
Windows Vista, Windows 7 e Windows Server 2008
Piattaforme di destinazione
Vedere anche
Riferimento
Classe WebSiteOperationsExtensions
Membri WebSiteOperationsExtensions
Spazio dei nomi Microsoft.WindowsAzure