PolicyMetadata 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
PolicyMetadata() |
Initializes a new instance of the PolicyMetadata class. |
PolicyMetadata(String, String, String, String, String, Object, String, String, String, String, String) |
Initializes a new instance of the PolicyMetadata class. |
PolicyMetadata()
Initializes a new instance of the PolicyMetadata class.
public PolicyMetadata ();
Public Sub New ()
Applies to
PolicyMetadata(String, String, String, String, String, Object, String, String, String, String, String)
Initializes a new instance of the PolicyMetadata class.
public PolicyMetadata (string metadataId = default, string category = default, string title = default, string owner = default, string additionalContentUrl = default, object metadata = default, string description = default, string requirements = default, string id = default, string type = default, string name = default);
new Microsoft.Azure.Management.PolicyInsights.Models.PolicyMetadata : string * string * string * string * string * obj * string * string * string * string * string -> Microsoft.Azure.Management.PolicyInsights.Models.PolicyMetadata
Public Sub New (Optional metadataId As String = Nothing, Optional category As String = Nothing, Optional title As String = Nothing, Optional owner As String = Nothing, Optional additionalContentUrl As String = Nothing, Optional metadata As Object = Nothing, Optional description As String = Nothing, Optional requirements As String = Nothing, Optional id As String = Nothing, Optional type As String = Nothing, Optional name As String = Nothing)
Parameters
- metadataId
- String
The policy metadata identifier.
- category
- String
The category of the policy metadata.
- title
- String
The title of the policy metadata.
- owner
- String
The owner of the policy metadata.
- additionalContentUrl
- String
Url for getting additional content about the resource metadata.
- metadata
- Object
Additional metadata.
- description
- String
The description of the policy metadata.
- requirements
- String
The requirements of the policy metadata.
- id
- String
The ID of the policy metadata.
- type
- String
The type of the policy metadata.
- name
- String
The name of the policy metadata.
Applies to
Azure SDK for .NET