通过


你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

GenerateResponse Interface

public interface GenerateResponse

An immutable client-side representation of GenerateResponse.

Method Summary

Modifier and Type Method and Description
abstract String id()

Gets the id property: The ARM resource id of the generated UpdateRun.

abstract GenerateResponseInner innerModel()

Gets the inner com.azure.resourcemanager.containerservicefleet.fluent.models.GenerateResponseInner object.

Method Details

id

public abstract String id()

Gets the id property: The ARM resource id of the generated UpdateRun. e.g.: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/fleets/{fleetName}/updateRuns/{updateRunName}'.

Returns:

the id value.

innerModel

public abstract GenerateResponseInner innerModel()

Gets the inner com.azure.resourcemanager.containerservicefleet.fluent.models.GenerateResponseInner object.

Returns:

the inner object.

Applies to