ArmConnectedCacheModelFactory.MccCacheNodeIssueHistoryData 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.
Initializes a new instance of MccCacheNodeIssueHistoryData.
public static Azure.ResourceManager.ConnectedCache.Models.MccCacheNodeIssueHistoryData MccCacheNodeIssueHistoryData(Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Azure.ResourceManager.ConnectedCache.Models.MccCacheNodeIssueHistoryProperties properties = default, System.Collections.Generic.IReadOnlyDictionary<string,string> tags = default, string location = default);
static member MccCacheNodeIssueHistoryData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Azure.ResourceManager.ConnectedCache.Models.MccCacheNodeIssueHistoryProperties * System.Collections.Generic.IReadOnlyDictionary<string, string> * string -> Azure.ResourceManager.ConnectedCache.Models.MccCacheNodeIssueHistoryData
Public Shared Function MccCacheNodeIssueHistoryData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional properties As MccCacheNodeIssueHistoryProperties = Nothing, Optional tags As IReadOnlyDictionary(Of String, String) = Nothing, Optional location As String = Nothing) As MccCacheNodeIssueHistoryData
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- properties
- MccCacheNodeIssueHistoryProperties
Mcc cache node resource issue history properties.
- tags
- IReadOnlyDictionary<String,String>
Resource tags.
- location
- String
The geo-location where the resource lives.
Returns
A new MccCacheNodeIssueHistoryData instance for mocking.