Udostępnij za pośrednictwem


IAppServicePlansOperations Interfejs

Definicja

Operacje AppServicePlansOperations.

public interface IAppServicePlansOperations
type IAppServicePlansOperations = interface
Public Interface IAppServicePlansOperations

Metody

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, AppServicePlanInner, Dictionary<String,List<String>>, CancellationToken)

Tworzy lub aktualizuje plan App Service.

CreateOrUpdateVnetRouteWithHttpMessagesAsync(String, String, String, String, VnetRouteInner, Dictionary<String,List<String>>, CancellationToken)

Tworzenie lub aktualizowanie trasy Virtual Network w planie App Service.

CreateOrUpdateWithHttpMessagesAsync(String, String, AppServicePlanInner, Dictionary<String,List<String>>, CancellationToken)

Tworzy lub aktualizuje plan App Service.

DeleteHybridConnectionWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Usuń połączenie hybrydowe używane w planie App Service.

DeleteVnetRouteWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Usuń trasę Virtual Network w planie App Service.

DeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Usuń plan App Service.

GetHybridConnectionPlanLimitWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Uzyskaj maksymalną liczbę połączeń hybrydowych dozwolonych w planie App Service.

GetHybridConnectionWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Pobieranie połączenia hybrydowego używanego w planie App Service.

GetRouteForVnetWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Pobierz trasę Virtual Network w planie App Service.

GetServerFarmSkusWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Pobiera wszystkie wybrane jednostki SKU dla danego planu App Service

GetVnetFromServerFarmWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Pobieranie Virtual Network skojarzonego z planem App Service.

GetVnetGatewayWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Uzyskaj bramę Virtual Network.

GetWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Uzyskaj plan App Service.

ListByResourceGroupNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Pobierz wszystkie plany App Service w grupie zasobów.

ListByResourceGroupWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Pobierz wszystkie plany App Service w grupie zasobów.

ListCapabilitiesWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Wyświetl listę wszystkich możliwości planu App Service.

ListHybridConnectionKeysWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Pobierz nazwę i wartość klucza wysyłania połączenia hybrydowego.

ListHybridConnectionsNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Pobierz wszystkie połączenia hybrydowe używane w planie App Service.

ListHybridConnectionsWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Pobierz wszystkie połączenia hybrydowe używane w planie App Service.

ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Pobierz wszystkie plany App Service dla subskrypcji.

ListRoutesForVnetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Pobierz wszystkie trasy skojarzone z Virtual Network w planie App Service.

ListUsagesNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Pobiera informacje o użyciu farmy serwerów

ListUsagesWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Pobiera informacje o użyciu farmy serwerów

ListVnetsWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Pobierz wszystkie sieci wirtualne skojarzone z planem App Service.

ListWebAppsByHybridConnectionNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Pobierz wszystkie aplikacje korzystające z połączenia hybrydowego w planie App Service.

ListWebAppsByHybridConnectionWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Pobierz wszystkie aplikacje korzystające z połączenia hybrydowego w planie App Service.

ListWebAppsNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Pobierz wszystkie aplikacje skojarzone z planem App Service.

ListWebAppsWithHttpMessagesAsync(String, String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Pobierz wszystkie aplikacje skojarzone z planem App Service.

ListWithHttpMessagesAsync(Nullable<Boolean>, Dictionary<String,List<String>>, CancellationToken)

Pobierz wszystkie plany App Service dla subskrypcji.

RebootWorkerWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Uruchom ponownie maszynę procesu roboczego w planie App Service.

RestartWebAppsWithHttpMessagesAsync(String, String, Nullable<Boolean>, Dictionary<String,List<String>>, CancellationToken)

Uruchom ponownie wszystkie aplikacje w planie App Service.

UpdateVnetGatewayWithHttpMessagesAsync(String, String, String, String, VnetGatewayInner, Dictionary<String,List<String>>, CancellationToken)

Aktualizowanie bramy Virtual Network.

UpdateVnetRouteWithHttpMessagesAsync(String, String, String, String, VnetRouteInner, Dictionary<String,List<String>>, CancellationToken)

Tworzenie lub aktualizowanie trasy Virtual Network w planie App Service.

UpdateWithHttpMessagesAsync(String, String, AppServicePlanPatchResource, Dictionary<String,List<String>>, CancellationToken)

Tworzy lub aktualizuje plan App Service.

Metody rozszerzania

BeginCreateOrUpdateAsync(IAppServicePlansOperations, String, String, AppServicePlanInner, CancellationToken)

Tworzy lub aktualizuje plan App Service.

CreateOrUpdateAsync(IAppServicePlansOperations, String, String, AppServicePlanInner, CancellationToken)

Tworzy lub aktualizuje plan App Service.

CreateOrUpdateVnetRouteAsync(IAppServicePlansOperations, String, String, String, String, VnetRouteInner, CancellationToken)

Tworzenie lub aktualizowanie trasy Virtual Network w planie App Service.

DeleteAsync(IAppServicePlansOperations, String, String, CancellationToken)

Usuń plan App Service.

DeleteHybridConnectionAsync(IAppServicePlansOperations, String, String, String, String, CancellationToken)

Usuń połączenie hybrydowe używane w planie App Service.

DeleteVnetRouteAsync(IAppServicePlansOperations, String, String, String, String, CancellationToken)

Usuń trasę Virtual Network w planie App Service.

GetAsync(IAppServicePlansOperations, String, String, CancellationToken)

Uzyskaj plan App Service.

GetHybridConnectionAsync(IAppServicePlansOperations, String, String, String, String, CancellationToken)

Pobieranie połączenia hybrydowego używanego w planie App Service.

GetHybridConnectionPlanLimitAsync(IAppServicePlansOperations, String, String, CancellationToken)

Uzyskaj maksymalną liczbę połączeń hybrydowych dozwolonych w planie App Service.

GetRouteForVnetAsync(IAppServicePlansOperations, String, String, String, String, CancellationToken)

Pobierz trasę Virtual Network w planie App Service.

GetServerFarmSkusAsync(IAppServicePlansOperations, String, String, CancellationToken)

Pobiera wszystkie wybrane jednostki SKU dla danego planu App Service

GetVnetFromServerFarmAsync(IAppServicePlansOperations, String, String, String, CancellationToken)

Pobieranie Virtual Network skojarzonego z planem App Service.

GetVnetGatewayAsync(IAppServicePlansOperations, String, String, String, String, CancellationToken)

Uzyskaj bramę Virtual Network.

ListAsync(IAppServicePlansOperations, Nullable<Boolean>, CancellationToken)

Pobierz wszystkie plany App Service dla subskrypcji.

ListByResourceGroupAsync(IAppServicePlansOperations, String, CancellationToken)

Pobierz wszystkie plany App Service w grupie zasobów.

ListByResourceGroupNextAsync(IAppServicePlansOperations, String, CancellationToken)

Pobierz wszystkie plany App Service w grupie zasobów.

ListCapabilitiesAsync(IAppServicePlansOperations, String, String, CancellationToken)

Wyświetl listę wszystkich możliwości planu App Service.

ListHybridConnectionKeysAsync(IAppServicePlansOperations, String, String, String, String, CancellationToken)

Pobierz nazwę i wartość klucza wysyłania połączenia hybrydowego.

ListHybridConnectionsAsync(IAppServicePlansOperations, String, String, CancellationToken)

Pobierz wszystkie połączenia hybrydowe używane w planie App Service.

ListHybridConnectionsNextAsync(IAppServicePlansOperations, String, CancellationToken)

Pobierz wszystkie połączenia hybrydowe używane w planie App Service.

ListNextAsync(IAppServicePlansOperations, String, CancellationToken)

Pobierz wszystkie plany App Service dla subskrypcji.

ListRoutesForVnetAsync(IAppServicePlansOperations, String, String, String, CancellationToken)

Pobierz wszystkie trasy skojarzone z Virtual Network w planie App Service.

ListUsagesAsync(IAppServicePlansOperations, String, String, String, CancellationToken)

Pobiera informacje o użyciu farmy serwerów

ListUsagesNextAsync(IAppServicePlansOperations, String, CancellationToken)

Pobiera informacje o użyciu farmy serwerów

ListVnetsAsync(IAppServicePlansOperations, String, String, CancellationToken)

Pobierz wszystkie sieci wirtualne skojarzone z planem App Service.

ListWebAppsAsync(IAppServicePlansOperations, String, String, String, String, String, CancellationToken)

Pobierz wszystkie aplikacje skojarzone z planem App Service.

ListWebAppsByHybridConnectionAsync(IAppServicePlansOperations, String, String, String, String, CancellationToken)

Pobierz wszystkie aplikacje korzystające z połączenia hybrydowego w planie App Service.

ListWebAppsByHybridConnectionNextAsync(IAppServicePlansOperations, String, CancellationToken)

Pobierz wszystkie aplikacje korzystające z połączenia hybrydowego w planie App Service.

ListWebAppsNextAsync(IAppServicePlansOperations, String, CancellationToken)

Pobierz wszystkie aplikacje skojarzone z planem App Service.

RebootWorkerAsync(IAppServicePlansOperations, String, String, String, CancellationToken)

Uruchom ponownie maszynę procesu roboczego w planie App Service.

RestartWebAppsAsync(IAppServicePlansOperations, String, String, Nullable<Boolean>, CancellationToken)

Uruchom ponownie wszystkie aplikacje w planie App Service.

UpdateAsync(IAppServicePlansOperations, String, String, AppServicePlanPatchResource, CancellationToken)

Tworzy lub aktualizuje plan App Service.

UpdateVnetGatewayAsync(IAppServicePlansOperations, String, String, String, String, VnetGatewayInner, CancellationToken)

Aktualizowanie bramy Virtual Network.

UpdateVnetRouteAsync(IAppServicePlansOperations, String, String, String, String, VnetRouteInner, CancellationToken)

Tworzenie lub aktualizowanie trasy Virtual Network w planie App Service.

Dotyczy