ArmIotOperationsModelFactory.LocalKubernetesReference 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.IotOperations.Models.LocalKubernetesReference LocalKubernetesReference(string apiGroup = default, string kind = default, string name = default);
static member LocalKubernetesReference : string * string * string -> Azure.ResourceManager.IotOperations.Models.LocalKubernetesReference
Public Shared Function LocalKubernetesReference (Optional apiGroup As String = Nothing, Optional kind As String = Nothing, Optional name As String = Nothing) As LocalKubernetesReference
Parameters
- apiGroup
- String
APIGroup is the group for the resource being referenced. If APIGroup is not specified, the specified Kind must be in the core API group. For any other third-party types, APIGroup is required.
- kind
- String
Kind is the type of resource being referenced.
- name
- String
Name is the name of resource being referenced.
Returns
A new LocalKubernetesReference instance for mocking.