Dela via


IWithCreate.WithProperties(Object) Method

Definition

Specifies other properties.

public Microsoft.Azure.Management.ResourceManager.Fluent.GenericResource.Definition.IWithCreate WithProperties (object properties);
abstract member WithProperties : obj -> Microsoft.Azure.Management.ResourceManager.Fluent.GenericResource.Definition.IWithCreate
Public Function WithProperties (properties As Object) As IWithCreate

Parameters

properties
Object

properties the properties object

Returns

the next stage of generic resource definition

Applies to