public sealed class AzureMetadata.Types.AzureResourceGroup : IMessage<AzureMetadata.Types.AzureResourceGroup>, IEquatable<AzureMetadata.Types.AzureResourceGroup>, IDeepCloneable<AzureMetadata.Types.AzureResourceGroup>, IBufferMessage, IMessageReference documentation and code samples for the Security Command Center v2 API class AzureMetadata.Types.AzureResourceGroup.
Represents an Azure resource group.
Implements
IMessageAzureMetadataTypesAzureResourceGroup, IEquatableAzureMetadataTypesAzureResourceGroup, IDeepCloneableAzureMetadataTypesAzureResourceGroup, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenter.V2Assembly
Google.Cloud.SecurityCenter.V2.dll
Constructors
AzureResourceGroup()
public AzureResourceGroup()AzureResourceGroup(AzureResourceGroup)
public AzureResourceGroup(AzureMetadata.Types.AzureResourceGroup other)| Parameter | |
|---|---|
| Name | Description |
other |
AzureMetadataTypesAzureResourceGroup |
Properties
Name
public string Name { get; set; }The name of the Azure resource group. This is not a UUID.
| Property Value | |
|---|---|
| Type | Description |
string |
|