ActivateSaaSParameterContent(String, String) Constructor
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 ActivateSaaSParameterContent.
public ActivateSaaSParameterContent(string saasGuid, string publisherId);
new Azure.ResourceManager.NewRelicObservability.Models.ActivateSaaSParameterContent : string * string -> Azure.ResourceManager.NewRelicObservability.Models.ActivateSaaSParameterContent
Public Sub New (saasGuid As String, publisherId As String)
Parameters
- saasGuid
- String
SaaS guid for Activate and Validate SaaS Resource.
- publisherId
- String
Publisher Id for NewRelic resource.
Exceptions
saasGuid or publisherId is null.