ArmDatadogModelFactory.DatadogActivateSaaSContent 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.
public static Azure.ResourceManager.Datadog.Models.DatadogActivateSaaSContent DatadogActivateSaaSContent(Guid saaSGuid = default, Azure.ResourceManager.Datadog.Models.DatadogUserInfo userInfo = default, Azure.ResourceManager.Datadog.Models.DatadogOrganizationProperties datadogOrganizationProperties = default);
static member DatadogActivateSaaSContent : Guid * Azure.ResourceManager.Datadog.Models.DatadogUserInfo * Azure.ResourceManager.Datadog.Models.DatadogOrganizationProperties -> Azure.ResourceManager.Datadog.Models.DatadogActivateSaaSContent
Public Shared Function DatadogActivateSaaSContent (Optional saaSGuid As Guid = Nothing, Optional userInfo As DatadogUserInfo = Nothing, Optional datadogOrganizationProperties As DatadogOrganizationProperties = Nothing) As DatadogActivateSaaSContent
Parameters
- saaSGuid
- Guid
SaaS guid of marketplace saas subscription to be activated.
- userInfo
- DatadogUserInfo
User information of the person activating the SaaS resource.
- datadogOrganizationProperties
- DatadogOrganizationProperties
Datadog organization properties to link the Saas resource to.
Returns
A new DatadogActivateSaaSContent instance for mocking.