ArmAppContainersModelFactory.ContainerAppServiceBind Method

Definition

Configuration to bind a ContainerApp to a dev ContainerApp Service.

public static Azure.ResourceManager.AppContainers.Models.ContainerAppServiceBind ContainerAppServiceBind(Azure.Core.ResourceIdentifier serviceId = default, string name = default, string clientType = default, System.Collections.Generic.IDictionary<string,string> customizedKeys = default);
static member ContainerAppServiceBind : Azure.Core.ResourceIdentifier * string * string * System.Collections.Generic.IDictionary<string, string> -> Azure.ResourceManager.AppContainers.Models.ContainerAppServiceBind
Public Shared Function ContainerAppServiceBind (Optional serviceId As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional clientType As String = Nothing, Optional customizedKeys As IDictionary(Of String, String) = Nothing) As ContainerAppServiceBind

Parameters

serviceId
ResourceIdentifier

Resource id of the target service.

name
String

Name of the service bind.

clientType
String

Type of the client to be used to connect to the service.

customizedKeys
IDictionary<String,String>

Customized keys for customizing injected values to the app.

Returns

A new ContainerAppServiceBind instance for mocking.

Applies to