ClusterPatch Class
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.
The top level Log Analytics cluster resource container.
[Microsoft.Rest.Serialization.JsonTransformation]
public class ClusterPatch : Microsoft.Rest.Azure.IResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ClusterPatch = class
interface IResource
Public Class ClusterPatch
Implements IResource
- Inheritance
-
ClusterPatch
- Attributes
- Implements
Constructors
ClusterPatch() |
Initializes a new instance of the ClusterPatch class. |
ClusterPatch(KeyVaultProperties, String, Identity, ClusterSku, IDictionary<String,String>) |
Initializes a new instance of the ClusterPatch class. |
Properties
BillingType |
Gets or sets the cluster's billing type. Possible values include: 'Cluster', 'Workspaces' |
Identity |
Gets or sets the identity of the resource. |
KeyVaultProperties |
Gets or sets the associated key properties. |
Sku |
Gets or sets the sku properties. |
Tags |
Gets or sets resource tags. |
Methods
Validate() |
Validate the object. |
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET