SecurityCenterCloudOffering 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 security offering details Please note SecurityCenterCloudOffering is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include CspmMonitorAwsOffering, CspmMonitorAzureDevOpsOffering, CspmMonitorGcpOffering, CspmMonitorGitLabOffering, CspmMonitorGithubOffering, DefenderCspmAwsOffering, DefenderCspmGcpOffering, DefenderForContainersAwsOffering, DefenderForContainersGcpOffering, DefenderForDatabasesAwsOffering, DefenderForDatabasesGcpOffering, DefenderForDevOpsAzureDevOpsOffering, DefenderForDevOpsGitLabOffering, DefenderForDevOpsGithubOffering, DefenderForServersAwsOffering, DefenderForServersGcpOffering and InformationProtectionAwsOffering.
public abstract class SecurityCenterCloudOffering
[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.SecurityCenter.Models.UnknownCloudOffering))]
public abstract class SecurityCenterCloudOffering : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SecurityCenter.Models.SecurityCenterCloudOffering>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SecurityCenter.Models.SecurityCenterCloudOffering>
type SecurityCenterCloudOffering = class
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.SecurityCenter.Models.UnknownCloudOffering))>]
type SecurityCenterCloudOffering = class
interface IJsonModel<SecurityCenterCloudOffering>
interface IPersistableModel<SecurityCenterCloudOffering>
Public MustInherit Class SecurityCenterCloudOffering
Public MustInherit Class SecurityCenterCloudOffering
Implements IJsonModel(Of SecurityCenterCloudOffering), IPersistableModel(Of SecurityCenterCloudOffering)
- Inheritance
-
SecurityCenterCloudOffering
- Derived
- Attributes
- Implements
Constructors
SecurityCenterCloudOffering() |
Initializes a new instance of SecurityCenterCloudOffering. |
Properties
Description |
The offering description. |
Explicit Interface Implementations
IJsonModel<SecurityCenterCloudOffering>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<SecurityCenterCloudOffering>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<SecurityCenterCloudOffering>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<SecurityCenterCloudOffering>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<SecurityCenterCloudOffering>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET