FrontendUpdate 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 type used for update operations of the Frontend.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Alb.Models.FrontendUpdateTypeConverter))]
public class FrontendUpdate : Microsoft.Azure.PowerShell.Cmdlets.Alb.Models.IFrontendUpdate
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Alb.Models.FrontendUpdateTypeConverter))>]
type FrontendUpdate = class
interface IFrontendUpdate
interface IJsonSerializable
Public Class FrontendUpdate
Implements IFrontendUpdate
- Inheritance
-
FrontendUpdate
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| FrontendUpdate() |
Creates an new FrontendUpdate instance. |
Properties
| Name | Description |
|---|---|
| Tag |
Resource tags. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of FrontendUpdate. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of FrontendUpdate. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Alb.Models.IFrontendUpdate. |
| FromJsonString(String) |
Creates a new instance of FrontendUpdate, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of FrontendUpdate into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |