ArmNewRelicObservabilityModelFactory.NewRelicAppServicesGetContent Method

Definition

Initializes a new instance of NewRelicAppServicesGetContent.

public static Azure.ResourceManager.NewRelicObservability.Models.NewRelicAppServicesGetContent NewRelicAppServicesGetContent (System.Collections.Generic.IEnumerable<Azure.Core.ResourceIdentifier> azureResourceIds = default, string userEmail = default);
static member NewRelicAppServicesGetContent : seq<Azure.Core.ResourceIdentifier> * string -> Azure.ResourceManager.NewRelicObservability.Models.NewRelicAppServicesGetContent
Public Shared Function NewRelicAppServicesGetContent (Optional azureResourceIds As IEnumerable(Of ResourceIdentifier) = Nothing, Optional userEmail As String = Nothing) As NewRelicAppServicesGetContent

Parameters

azureResourceIds
IEnumerable<ResourceIdentifier>

Azure resource IDs.

userEmail
String

User Email.

Returns

A new NewRelicAppServicesGetContent instance for mocking.

Applies to