SpringAppDiscoveryExtensions Class

Definition

A class to add extension methods to Azure.ResourceManager.SpringAppDiscovery.

public static class SpringAppDiscoveryExtensions
type SpringAppDiscoveryExtensions = class
Public Module SpringAppDiscoveryExtensions
Inheritance
SpringAppDiscoveryExtensions

Methods

GetSpringBootAppResource(ArmClient, ResourceIdentifier)

Gets an object representing a SpringBootAppResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a SpringBootAppResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetSpringBootAppResource(ResourceIdentifier) instead.

GetSpringBootApps(SubscriptionResource, String, CancellationToken)

List springbootapps resource by subscription

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.OffAzureSpringBoot/springbootsites/{siteName}/springbootapps
  • Operation Id: springbootapps_ListBySubscription
GetSpringBootAppsAsync(SubscriptionResource, String, CancellationToken)

List springbootapps resource by subscription

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.OffAzureSpringBoot/springbootsites/{siteName}/springbootapps
  • Operation Id: springbootapps_ListBySubscription
GetSpringBootServerResource(ArmClient, ResourceIdentifier)

Gets an object representing a SpringBootServerResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a SpringBootServerResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetSpringBootServerResource(ResourceIdentifier) instead.

GetSpringBootServers(SubscriptionResource, String, CancellationToken)

List springbootservers resource by subscription

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.OffAzureSpringBoot/springbootsites/{siteName}/springbootservers
  • Operation Id: springbootservers_ListBySubscription
GetSpringBootServersAsync(SubscriptionResource, String, CancellationToken)

List springbootservers resource by subscription

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.OffAzureSpringBoot/springbootsites/{siteName}/springbootservers
  • Operation Id: springbootservers_ListBySubscription
GetSpringBootSite(ResourceGroupResource, String, CancellationToken)

Get a springbootsites resource.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzureSpringBoot/springbootsites/{springbootsitesName}
  • Operation Id: springbootsites_Get
GetSpringBootSiteAsync(ResourceGroupResource, String, CancellationToken)

Get a springbootsites resource.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzureSpringBoot/springbootsites/{springbootsitesName}
  • Operation Id: springbootsites_Get
GetSpringBootSiteErrorSummaryResource(ArmClient, ResourceIdentifier)

Gets an object representing a SpringBootSiteErrorSummaryResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a SpringBootSiteErrorSummaryResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetSpringBootSiteErrorSummaryResource(ResourceIdentifier) instead.

GetSpringBootSiteResource(ArmClient, ResourceIdentifier)

Gets an object representing a SpringBootSiteResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create a SpringBootSiteResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetSpringBootSiteResource(ResourceIdentifier) instead.

GetSpringBootSites(ResourceGroupResource)

Gets a collection of SpringBootSiteResources in the ResourceGroupResource. MockingTo mock this method, please mock GetSpringBootSites() instead.

GetSpringBootSites(SubscriptionResource, CancellationToken)

List springbootsites resource by subscription

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.OffAzureSpringBoot/springbootsites
  • Operation Id: springbootsites_ListBySubscription
GetSpringBootSitesAsync(SubscriptionResource, CancellationToken)

List springbootsites resource by subscription

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.OffAzureSpringBoot/springbootsites
  • Operation Id: springbootsites_ListBySubscription
GetSpringBootSiteSummaryResource(ArmClient, ResourceIdentifier)

Gets an object representing a SpringBootSiteSummaryResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a SpringBootSiteSummaryResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetSpringBootSiteSummaryResource(ResourceIdentifier) instead.

Applies to