AzureResourceSignalGroup 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.
A grouping of signal assignments for an Azure resource.
public class AzureResourceSignalGroup : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.CloudHealth.Models.AzureResourceSignalGroup>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.CloudHealth.Models.AzureResourceSignalGroup>
type AzureResourceSignalGroup = class
interface IJsonModel<AzureResourceSignalGroup>
interface IPersistableModel<AzureResourceSignalGroup>
Public Class AzureResourceSignalGroup
Implements IJsonModel(Of AzureResourceSignalGroup), IPersistableModel(Of AzureResourceSignalGroup)
- Inheritance
-
AzureResourceSignalGroup
- Implements
Constructors
AzureResourceSignalGroup(String, ResourceIdentifier) |
Initializes a new instance of AzureResourceSignalGroup. |
Properties
AuthenticationSetting |
Reference to the name of the authentication setting which is used for querying the data source. |
AzureResourceId |
Azure resource ID. |
SignalAssignments |
Signal definitions which are assigned to this signal group. All assignments are combined with an OR operator. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<AzureResourceSignalGroup>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<AzureResourceSignalGroup>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<AzureResourceSignalGroup>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<AzureResourceSignalGroup>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<AzureResourceSignalGroup>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |