你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
AzureSqlElasticJobsCmdletBase<TInputObject,TModel,TAdapter>.GetPropertyValue Method
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.
Overloads
GetPropertyValue(TInputObject, String) |
Helper method to return model property from input object model |
GetPropertyValue(String[], String, Int32) |
Helper method to return model property value from resource id |
GetPropertyValue(TInputObject, String)
Helper method to return model property from input object model
public string GetPropertyValue (TInputObject inputObject, string propertyName);
override this.GetPropertyValue : 'InputObject * string -> string
Public Function GetPropertyValue (inputObject As TInputObject, propertyName As String) As String
Parameters
- inputObject
- TInputObject
The input object model
- propertyName
- String
The property name
Returns
Applies to
GetPropertyValue(String[], String, Int32)
Helper method to return model property value from resource id
public string GetPropertyValue (string[] resourceIdSegments, string typeSegmentName, int typeSegmentIndex);
override this.GetPropertyValue : string[] * string * int -> string
Public Function GetPropertyValue (resourceIdSegments As String(), typeSegmentName As String, typeSegmentIndex As Integer) As String
Parameters
- resourceIdSegments
- String[]
- typeSegmentName
- String
- typeSegmentIndex
- Int32