WebSiteSlotConfigConnectionStringCollection Class

Definition

A class representing a collection of WebSiteSlotConfigConnectionStringResource and their operations. Each WebSiteSlotConfigConnectionStringResource in the collection will belong to the same instance of WebSiteSlotResource. To get a WebSiteSlotConfigConnectionStringCollection instance call the GetWebSiteSlotConfigConnectionStrings method from an instance of WebSiteSlotResource.

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

Constructors

WebSiteSlotConfigConnectionStringCollection()

Initializes a new instance of the WebSiteSlotConfigConnectionStringCollection 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}/slots/{slot}/config/configreferences/connectionstrings/{connectionStringKey}
  • Operation Id: WebApps_GetSiteConnectionStringKeyVaultReferenceSlot
  • Default Api Version: 2021-02-01
  • Resource: WebSiteSlotConfigConnectionStringResource
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config/configreferences/connectionstrings/{connectionStringKey}
  • Operation Id: WebApps_GetSiteConnectionStringKeyVaultReferenceSlot
  • Default Api Version: 2021-02-01
  • Resource: WebSiteSlotConfigConnectionStringResource
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}/slots/{slot}/config/configreferences/connectionstrings/{connectionStringKey}
  • Operation Id: WebApps_GetSiteConnectionStringKeyVaultReferenceSlot
  • Default Api Version: 2021-02-01
  • Resource: WebSiteSlotConfigConnectionStringResource
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}/slots/{slot}/config/configreferences/connectionstrings
  • Operation Id: WebApps_GetSiteConnectionStringKeyVaultReferencesSlot
  • Default Api Version: 2021-02-01
  • Resource: WebSiteSlotConfigConnectionStringResource
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}/slots/{slot}/config/configreferences/connectionstrings
  • Operation Id: WebApps_GetSiteConnectionStringKeyVaultReferencesSlot
  • Default Api Version: 2021-02-01
  • Resource: WebSiteSlotConfigConnectionStringResource
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}/slots/{slot}/config/configreferences/connectionstrings/{connectionStringKey}
  • Operation Id: WebApps_GetSiteConnectionStringKeyVaultReferenceSlot
  • Default Api Version: 2021-02-01
  • Resource: WebSiteSlotConfigConnectionStringResource
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

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

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config/configreferences/connectionstrings/{connectionStringKey}
  • Operation Id: WebApps_GetSiteConnectionStringKeyVaultReferenceSlot
  • Default Api Version: 2021-02-01
  • Resource: WebSiteSlotConfigConnectionStringResource
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<WebSiteSlotConfigConnectionStringResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<WebSiteSlotConfigConnectionStringResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to