MicrosoftGraphEndpoint Constructors
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.
Overloads
MicrosoftGraphEndpoint() | |
MicrosoftGraphEndpoint(IDictionary<String,Object>, String, Nullable<DateTime>, String, String, String, String, String) |
MicrosoftGraphEndpoint()
public MicrosoftGraphEndpoint ();
Public Sub New ()
Applies to
MicrosoftGraphEndpoint(IDictionary<String,Object>, String, Nullable<DateTime>, String, String, String, String, String)
public MicrosoftGraphEndpoint (System.Collections.Generic.IDictionary<string,object> additionalProperties = default, string id = default, DateTime? deletedDateTime = default, string capability = default, string providerId = default, string providerName = default, string providerResourceId = default, string uri = default);
new Microsoft.Azure.Commands.Common.MSGraph.Version1_0.Applications.Models.MicrosoftGraphEndpoint : System.Collections.Generic.IDictionary<string, obj> * string * Nullable<DateTime> * string * string * string * string * string -> Microsoft.Azure.Commands.Common.MSGraph.Version1_0.Applications.Models.MicrosoftGraphEndpoint
Public Sub New (Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional id As String = Nothing, Optional deletedDateTime As Nullable(Of DateTime) = Nothing, Optional capability As String = Nothing, Optional providerId As String = Nothing, Optional providerName As String = Nothing, Optional providerResourceId As String = Nothing, Optional uri As String = Nothing)
Parameters
- additionalProperties
- IDictionary<String,Object>
- id
- String
- capability
- String
- providerId
- String
- providerName
- String
- providerResourceId
- String
- uri
- String