DiscoveredSecuritySolutionData Class

Definition

Concrete proxy resource types can be created by aliasing this type using a specific property type.

public class DiscoveredSecuritySolutionData : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SecurityCenter.DiscoveredSecuritySolutionData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SecurityCenter.DiscoveredSecuritySolutionData>
type DiscoveredSecuritySolutionData = class
    inherit ResourceData
    interface IJsonModel<DiscoveredSecuritySolutionData>
    interface IPersistableModel<DiscoveredSecuritySolutionData>
Public Class DiscoveredSecuritySolutionData
Inherits ResourceData
Implements IJsonModel(Of DiscoveredSecuritySolutionData), IPersistableModel(Of DiscoveredSecuritySolutionData)
Inheritance
DiscoveredSecuritySolutionData
Implements

Properties

Name Description
Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
Location

Location where the resource is stored.

Name

The name of the resource.

(Inherited from ResourceData)
Offer

The security solutions' image offer.

Publisher

The security solutions' image publisher.

ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
SecurityFamily

The security family of the discovered solution.

Sku

The security solutions' image sku.

SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<DiscoveredSecuritySolutionData>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<DiscoveredSecuritySolutionData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IPersistableModel<DiscoveredSecuritySolutionData>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<DiscoveredSecuritySolutionData>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<DiscoveredSecuritySolutionData>.Write(ModelReaderWriterOptions)

Applies to