ISiteCloneability Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.SiteCloneabilityTypeConverter))]
public interface ISiteCloneability : Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.SiteCloneabilityTypeConverter))>]
type ISiteCloneability = interface
interface IJsonSerializable
Public Interface ISiteCloneability
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
BlockingCharacteristic |
List of blocking application characteristics. |
BlockingFeature |
List of features enabled on app that prevent cloning. |
Result |
Name of app. |
UnsupportedFeature |
List of features enabled on app that are non-blocking but cannot be cloned. The app can still be cloned but the features in this list will not be set up on cloned app. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |