AppAttachPackage.UpdateStages.WithProperties Interface

public static interface AppAttachPackage.UpdateStages.WithProperties

The stage of the AppAttachPackage update allowing to specify properties.

Method Summary

Modifier and Type Method and Description
abstract Update withProperties(AppAttachPackagePatchProperties properties)

Specifies the properties property: Detailed properties for App Attach Package.

Method Details

withProperties

public abstract AppAttachPackage.Update withProperties(AppAttachPackagePatchProperties properties)

Specifies the properties property: Detailed properties for App Attach Package.

Parameters:

properties - Detailed properties for App Attach Package.

Returns:

the next definition stage.

Applies to