Share via


WebSiteConfigConnectionStringCollection Class

Definition

A class representing a collection of WebSiteConfigConnectionStringResource and their operations. Each WebSiteConfigConnectionStringResource in the collection will belong to the same instance of WebSiteResource. To get a WebSiteConfigConnectionStringCollection instance call the GetWebSiteConfigConnectionStrings method from an instance of WebSiteResource.

public class WebSiteConfigConnectionStringCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.AppService.WebSiteConfigConnectionStringResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.AppService.WebSiteConfigConnectionStringResource>
type WebSiteConfigConnectionStringCollection = class
    inherit ArmCollection
    interface seq<WebSiteConfigConnectionStringResource>
    interface IEnumerable
    interface IAsyncEnumerable<WebSiteConfigConnectionStringResource>
Public Class WebSiteConfigConnectionStringCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of WebSiteConfigConnectionStringResource), IEnumerable(Of WebSiteConfigConnectionStringResource)
Inheritance
WebSiteConfigConnectionStringCollection
Implements

Constructors

WebSiteConfigConnectionStringCollection()

Initializes a new instance of the WebSiteConfigConnectionStringCollection class for mocking.

Properties

Client

Gets the ArmClient this resource client was created from.

(Inherited from ArmCollection)
Diagnostics

Gets the diagnostic options for this resource client.

(Inherited from ArmCollection)
Endpoint

Gets the base uri for this resource client.

(Inherited from ArmCollection)
Id

Gets the resource identifier.

(Inherited from ArmCollection)
Pipeline

Gets the pipeline for this resource client.

(Inherited from ArmCollection)

Methods

Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/configreferences/connectionstrings/{connectionStringKey}
  • Operation Id: WebApps_GetSiteConnectionStringKeyVaultReference
  • Default Api Version: 2021-02-01
  • Resource: WebSiteConfigConnectionStringResource
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/configreferences/connectionstrings/{connectionStringKey}
  • Operation Id: WebApps_GetSiteConnectionStringKeyVaultReference
  • Default Api Version: 2021-02-01
  • Resource: WebSiteConfigConnectionStringResource
Get(String, CancellationToken)

Description for Gets the config reference and status of an app

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/configreferences/connectionstrings/{connectionStringKey}
  • Operation Id: WebApps_GetSiteConnectionStringKeyVaultReference
  • Default Api Version: 2021-02-01
  • Resource: WebSiteConfigConnectionStringResource
GetAll(CancellationToken)

Description for Gets the config reference app settings and status of an app

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/configreferences/connectionstrings
  • Operation Id: WebApps_GetSiteConnectionStringKeyVaultReferences
  • Default Api Version: 2021-02-01
  • Resource: WebSiteConfigConnectionStringResource
GetAllAsync(CancellationToken)

Description for Gets the config reference app settings and status of an app

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/configreferences/connectionstrings
  • Operation Id: WebApps_GetSiteConnectionStringKeyVaultReferences
  • Default Api Version: 2021-02-01
  • Resource: WebSiteConfigConnectionStringResource
GetAsync(String, CancellationToken)

Description for Gets the config reference and status of an app

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/configreferences/connectionstrings/{connectionStringKey}
  • Operation Id: WebApps_GetSiteConnectionStringKeyVaultReference
  • Default Api Version: 2021-02-01
  • Resource: WebSiteConfigConnectionStringResource
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/configreferences/connectionstrings/{connectionStringKey}
  • Operation Id: WebApps_GetSiteConnectionStringKeyVaultReference
  • Default Api Version: 2021-02-01
  • Resource: WebSiteConfigConnectionStringResource
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/configreferences/connectionstrings/{connectionStringKey}
  • Operation Id: WebApps_GetSiteConnectionStringKeyVaultReference
  • Default Api Version: 2021-02-01
  • Resource: WebSiteConfigConnectionStringResource
TryGetApiVersion(ResourceType, String)

Gets the api version override if it has been set for the current client options.

(Inherited from ArmCollection)

Explicit Interface Implementations

IAsyncEnumerable<WebSiteConfigConnectionStringResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<WebSiteConfigConnectionStringResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to