İngilizce dilinde oku

Aracılığıyla paylaş


PipelineTopologyDeleteRequest Class

public final class PipelineTopologyDeleteRequest
extends MethodRequestEmptyBodyBase

Deletes an existing pipeline topology.

Constructor Summary

Constructor Description
PipelineTopologyDeleteRequest(String name)

Creates an instance of PipelineTopologyDeleteRequest class.

Method Summary

Modifier and Type Method and Description
String getMethodName()

Get the methodName property: method name.

Methods inherited from MethodRequest

Methods inherited from MethodRequestEmptyBodyBase

Methods inherited from java.lang.Object

Constructor Details

PipelineTopologyDeleteRequest

public PipelineTopologyDeleteRequest(String name)

Creates an instance of PipelineTopologyDeleteRequest class.

Parameters:

name - the name value to set.

Method Details

getMethodName

public String getMethodName()

Get the methodName property: method name.

Returns:

the methodName value.

Applies to

Azure SDK for Java

Legacy