ArmModelFactory.GenericResource 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.Connectors.Sdk.Arm.Models.GenericResource GenericResource(string id = default, string name = default, string type = default, string location = default, System.Text.Json.JsonElement? tags = default, Azure.Connectors.Sdk.Arm.Models.Plan plan = default, string kind = default, string managedBy = default, Azure.Connectors.Sdk.Arm.Models.Sku sku = default, Azure.Connectors.Sdk.Arm.Models.Identity identity = default, System.Text.Json.JsonElement? properties = default);
static member GenericResource : string * string * string * string * Nullable<System.Text.Json.JsonElement> * Azure.Connectors.Sdk.Arm.Models.Plan * string * string * Azure.Connectors.Sdk.Arm.Models.Sku * Azure.Connectors.Sdk.Arm.Models.Identity * Nullable<System.Text.Json.JsonElement> -> Azure.Connectors.Sdk.Arm.Models.GenericResource
Public Shared Function GenericResource (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional location As String = Nothing, Optional tags As Nullable(Of JsonElement) = Nothing, Optional plan As Plan = Nothing, Optional kind As String = Nothing, Optional managedBy As String = Nothing, Optional sku As Sku = Nothing, Optional identity As Identity = Nothing, Optional properties As Nullable(Of JsonElement) = Nothing) As GenericResource
Parameters
- id
- String
- name
- String
- type
- String
- location
- String
- tags
- Nullable<JsonElement>
- plan
- Plan
- kind
- String
- managedBy
- String
- sku
- Sku
- identity
- Identity
- properties
- Nullable<JsonElement>