你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ApplicationCondition 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.
Application's condition
public class ApplicationCondition
type ApplicationCondition = class
Public Class ApplicationCondition
- Inheritance
-
ApplicationCondition
Constructors
ApplicationCondition() |
Initializes a new instance of the ApplicationCondition class. |
ApplicationCondition(String, String, String) |
Initializes a new instance of the ApplicationCondition class. |
Properties
OperatorProperty |
Gets or sets the application Condition's Operator, for example Contains for id or In for list of possible IDs, see examples Possible values include: 'Contains', 'Equals', 'In' |
Property |
Gets or sets the application Condition's Property, e.g. ID, see examples |
Value |
Gets or sets the application Condition's Value like IDs that contain some string, see examples |