ArmAppContainersModelFactory.ContainerAppDiagnosticsProperties 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.
Diagnostics resource specific properties.
public static Azure.ResourceManager.AppContainers.Models.ContainerAppDiagnosticsProperties ContainerAppDiagnosticsProperties(Azure.ResourceManager.AppContainers.Models.ContainerAppDiagnosticsMetadata metadata = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.AppContainers.Models.ContainerAppDiagnosticsDataApiResult> dataset = default, Azure.ResourceManager.AppContainers.Models.ContainerAppDiagnosticsStatus status = default, Azure.ResourceManager.AppContainers.Models.ContainerAppDiagnosticDataProviderMetadata dataProviderMetadata = default);
static member ContainerAppDiagnosticsProperties : Azure.ResourceManager.AppContainers.Models.ContainerAppDiagnosticsMetadata * seq<Azure.ResourceManager.AppContainers.Models.ContainerAppDiagnosticsDataApiResult> * Azure.ResourceManager.AppContainers.Models.ContainerAppDiagnosticsStatus * Azure.ResourceManager.AppContainers.Models.ContainerAppDiagnosticDataProviderMetadata -> Azure.ResourceManager.AppContainers.Models.ContainerAppDiagnosticsProperties
Public Shared Function ContainerAppDiagnosticsProperties (Optional metadata As ContainerAppDiagnosticsMetadata = Nothing, Optional dataset As IEnumerable(Of ContainerAppDiagnosticsDataApiResult) = Nothing, Optional status As ContainerAppDiagnosticsStatus = Nothing, Optional dataProviderMetadata As ContainerAppDiagnosticDataProviderMetadata = Nothing) As ContainerAppDiagnosticsProperties
Parameters
- metadata
- ContainerAppDiagnosticsMetadata
Metadata of the diagnostics response.
Set of data collections associated with the response.
Status of the diagnostics response.
- dataProviderMetadata
- ContainerAppDiagnosticDataProviderMetadata
List of data providers' metadata.
Returns
A new ContainerAppDiagnosticsProperties instance for mocking.