ArmNewRelicObservabilityModelFactory.NewRelicMonitoredSubscriptionProperties 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.
Initializes a new instance of NewRelicMonitoredSubscriptionProperties.
public static Azure.ResourceManager.NewRelicObservability.Models.NewRelicMonitoredSubscriptionProperties NewRelicMonitoredSubscriptionProperties(Azure.ResourceManager.NewRelicObservability.Models.MonitoredSubscriptionPatchOperation? patchOperation = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.NewRelicObservability.Models.NewRelicMonitoredSubscriptionInfo> monitoredSubscriptionList = default, Azure.ResourceManager.NewRelicObservability.Models.NewRelicProvisioningState? provisioningState = default);
static member NewRelicMonitoredSubscriptionProperties : Nullable<Azure.ResourceManager.NewRelicObservability.Models.MonitoredSubscriptionPatchOperation> * seq<Azure.ResourceManager.NewRelicObservability.Models.NewRelicMonitoredSubscriptionInfo> * Nullable<Azure.ResourceManager.NewRelicObservability.Models.NewRelicProvisioningState> -> Azure.ResourceManager.NewRelicObservability.Models.NewRelicMonitoredSubscriptionProperties
Public Shared Function NewRelicMonitoredSubscriptionProperties (Optional patchOperation As Nullable(Of MonitoredSubscriptionPatchOperation) = Nothing, Optional monitoredSubscriptionList As IEnumerable(Of NewRelicMonitoredSubscriptionInfo) = Nothing, Optional provisioningState As Nullable(Of NewRelicProvisioningState) = Nothing) As NewRelicMonitoredSubscriptionProperties
Parameters
- patchOperation
- Nullable<MonitoredSubscriptionPatchOperation>
The operation for the patch on the resource.
- monitoredSubscriptionList
- IEnumerable<NewRelicMonitoredSubscriptionInfo>
List of subscriptions and the state of the monitoring.
- provisioningState
- Nullable<NewRelicProvisioningState>
Provisioning State of the resource.
Returns
A new NewRelicMonitoredSubscriptionProperties instance for mocking.
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET