Share via


AzureSqlElasticJobsCmdletBase<TInputObject,TModel,TAdapter>.GetPropertyValue Method

Definition

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

Returns

Applies to