ArmAppContainersModelFactory.OtlpConfiguration Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Configuration of otlp.
public static Azure.ResourceManager.AppContainers.Models.OtlpConfiguration OtlpConfiguration(string name = default, string endpoint = default, bool? isInsecure = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.AppContainers.Models.Header> headers = default);
static member OtlpConfiguration : string * string * Nullable<bool> * seq<Azure.ResourceManager.AppContainers.Models.Header> -> Azure.ResourceManager.AppContainers.Models.OtlpConfiguration
Public Shared Function OtlpConfiguration (Optional name As String = Nothing, Optional endpoint As String = Nothing, Optional isInsecure As Nullable(Of Boolean) = Nothing, Optional headers As IEnumerable(Of Header) = Nothing) As OtlpConfiguration
Parameters
- name
- String
The name of otlp configuration.
- endpoint
- String
The endpoint of otlp configuration.
- headers
- IEnumerable<Header>
Headers of otlp configurations.
Returns
A new OtlpConfiguration instance for mocking.