Метод | Описание | |
---|---|---|
AddBindingToWebSite ( System.Guid webSiteId, |
||
AddBindingToWebSite ( |
||
CreateWebSite ( |
||
CreateWebSiteWithBinding ( |
||
EditBinding ( |
||
RemoveBinding ( System.Guid bindingId ) : void | ||
RemoveWebSite ( System.Guid webSiteId ) : void | ||
RetrieveBinding ( System.Guid bindingId ) : |
||
RetrieveBindingsForPort ( int port ) : IList |
||
RetrieveCertificateBindings ( string certificateHash ) : IList |
||
RetrieveWebSite ( System.Guid webSiteId ) : |
||
RetrieveWebSiteBindings ( System.Guid webSiteId ) : IList |
||
RetrieveWebSiteWithBindings ( System.Guid webSiteId ) : |
||
RetrieveWebSites ( ) : IList |
||
RetrieveWebSitesWithBindings ( ) : IList |
||
UpdateBinding ( |
||
UpdateWebSite ( |
||
WebSiteRepository ( IAzureStorageFactory factory ) : System |
public AddBindingToWebSite ( System.Guid webSiteId, |
||
webSiteId | System.Guid | |
binding | ||
Результат | void |
public AddBindingToWebSite ( |
||
webSite | ||
binding | ||
Результат | void |
public CreateWebSite ( |
||
webSite | ||
Результат | void |
public CreateWebSiteWithBinding ( |
||
webSite | ||
binding | ||
Результат | void |
public EditBinding ( |
||
binding | ||
Результат | void |
public RemoveBinding ( System.Guid bindingId ) : void | ||
bindingId | System.Guid | |
Результат | void |
public RemoveWebSite ( System.Guid webSiteId ) : void | ||
webSiteId | System.Guid | |
Результат | void |
public RetrieveBinding ( System.Guid bindingId ) : |
||
bindingId | System.Guid | |
Результат |
public RetrieveBindingsForPort ( int port ) : IList |
||
port | int | |
Результат | IList |
public RetrieveCertificateBindings ( string certificateHash ) : IList |
||
certificateHash | string | |
Результат | IList |
public RetrieveWebSite ( System.Guid webSiteId ) : |
||
webSiteId | System.Guid | |
Результат |
public RetrieveWebSiteBindings ( System.Guid webSiteId ) : IList |
||
webSiteId | System.Guid | |
Результат | IList |
public RetrieveWebSiteWithBindings ( System.Guid webSiteId ) : |
||
webSiteId | System.Guid | |
Результат |
public RetrieveWebSitesWithBindings ( ) : IList |
||
Результат | IList |
public UpdateBinding ( |
||
binding | ||
Результат | void |
public UpdateWebSite ( |
||
webSite | ||
Результат | void |
public WebSiteRepository ( IAzureStorageFactory factory ) : System | ||
factory | IAzureStorageFactory | |
Результат | System |