GraphServicesAccountResourceProperties(String) Constructor

Definition

Initializes a new instance of GraphServicesAccountResourceProperties.

public GraphServicesAccountResourceProperties (string appId);
new Azure.ResourceManager.GraphServices.Models.GraphServicesAccountResourceProperties : string -> Azure.ResourceManager.GraphServices.Models.GraphServicesAccountResourceProperties
Public Sub New (appId As String)

Parameters

appId
String

Customer owned application ID.

Exceptions

appId is null.

Applies to