MsGraphGroupsAndUsersModelFactory.ListSubscribedSkusResponse 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.
Creates a new instance of ListSubscribedSkusResponse(String, List<Nullable<JsonElement>>).
public static Azure.Connectors.Sdk.MsGraphGroupsAndUsers.Models.ListSubscribedSkusResponse ListSubscribedSkusResponse(string context = default, System.Collections.Generic.List<System.Text.Json.JsonElement?> value = default);
static member ListSubscribedSkusResponse : string * System.Collections.Generic.List<Nullable<System.Text.Json.JsonElement>> -> Azure.Connectors.Sdk.MsGraphGroupsAndUsers.Models.ListSubscribedSkusResponse
Public Shared Function ListSubscribedSkusResponse (Optional context As String = Nothing, Optional value As List(Of Nullable(Of JsonElement)) = Nothing) As ListSubscribedSkusResponse
Parameters
- context
- String
- value
- List<Nullable<JsonElement>>