azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.m...

499 строки
39 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.mediaservices.models.StreamingEndpoints"
fullName: "com.azure.resourcemanager.mediaservices.models.StreamingEndpoints"
name: "StreamingEndpoints"
nameWithType: "StreamingEndpoints"
summary: "Resource collection API of Streaming<wbr>Endpoints."
syntax: "public interface **StreamingEndpoints**"
methods:
- uid: "com.azure.resourcemanager.mediaservices.models.StreamingEndpoints.asyncOperation(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.mediaservices.models.StreamingEndpoints.asyncOperation(String resourceGroupName, String accountName, String operationId)"
name: "asyncOperation(String resourceGroupName, String accountName, String operationId)"
nameWithType: "StreamingEndpoints.asyncOperation(String resourceGroupName, String accountName, String operationId)"
summary: "Get operation status."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group within the Azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Media Services account name."
name: "accountName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The ID of an ongoing async operation."
name: "operationId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract AsyncOperationResult asyncOperation(String resourceGroupName, String accountName, String operationId)"
desc: "Get operation status.\n\nGet a streaming endpoint operation status."
returns:
description: "a streaming endpoint operation status."
type: "<xref href=\"com.azure.resourcemanager.mediaservices.models.AsyncOperationResult?alt=com.azure.resourcemanager.mediaservices.models.AsyncOperationResult&text=AsyncOperationResult\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.mediaservices.models.StreamingEndpoints.asyncOperationWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.mediaservices.models.StreamingEndpoints.asyncOperationWithResponse(String resourceGroupName, String accountName, String operationId, Context context)"
name: "asyncOperationWithResponse(String resourceGroupName, String accountName, String operationId, Context context)"
nameWithType: "StreamingEndpoints.asyncOperationWithResponse(String resourceGroupName, String accountName, String operationId, Context context)"
summary: "Get operation status."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group within the Azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Media Services account name."
name: "accountName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The ID of an ongoing async operation."
name: "operationId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Response<AsyncOperationResult> asyncOperationWithResponse(String resourceGroupName, String accountName, String operationId, Context context)"
desc: "Get operation status.\n\nGet a streaming endpoint operation status."
returns:
description: "a streaming endpoint operation status along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.mediaservices.models.AsyncOperationResult?alt=com.azure.resourcemanager.mediaservices.models.AsyncOperationResult&text=AsyncOperationResult\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.mediaservices.models.StreamingEndpoints.define(java.lang.String)"
fullName: "com.azure.resourcemanager.mediaservices.models.StreamingEndpoints.define(String name)"
name: "define(String name)"
nameWithType: "StreamingEndpoints.define(String name)"
summary: "Begins definition for a new Streaming<wbr>Endpoint resource."
modifiers:
- "abstract"
parameters:
- description: "resource name."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract StreamingEndpoint.DefinitionStages.Blank define(String name)"
desc: "Begins definition for a new StreamingEndpoint resource."
returns:
description: "the first stage of the new StreamingEndpoint definition."
type: "<xref href=\"com.azure.resourcemanager.mediaservices.models.StreamingEndpoint.DefinitionStages.Blank?alt=com.azure.resourcemanager.mediaservices.models.StreamingEndpoint.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.mediaservices.models.StreamingEndpoints.delete(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.mediaservices.models.StreamingEndpoints.delete(String resourceGroupName, String accountName, String streamingEndpointName)"
name: "delete(String resourceGroupName, String accountName, String streamingEndpointName)"
nameWithType: "StreamingEndpoints.delete(String resourceGroupName, String accountName, String streamingEndpointName)"
summary: "Delete Streaming<wbr>Endpoint"
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group within the Azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Media Services account name."
name: "accountName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the streaming endpoint, maximum length is 24."
name: "streamingEndpointName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract void delete(String resourceGroupName, String accountName, String streamingEndpointName)"
desc: "Delete StreamingEndpoint\n\nDeletes a streaming endpoint."
- uid: "com.azure.resourcemanager.mediaservices.models.StreamingEndpoints.delete(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.mediaservices.models.StreamingEndpoints.delete(String resourceGroupName, String accountName, String streamingEndpointName, Context context)"
name: "delete(String resourceGroupName, String accountName, String streamingEndpointName, Context context)"
nameWithType: "StreamingEndpoints.delete(String resourceGroupName, String accountName, String streamingEndpointName, Context context)"
summary: "Delete Streaming<wbr>Endpoint"
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group within the Azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Media Services account name."
name: "accountName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the streaming endpoint, maximum length is 24."
name: "streamingEndpointName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract void delete(String resourceGroupName, String accountName, String streamingEndpointName, Context context)"
desc: "Delete StreamingEndpoint\n\nDeletes a streaming endpoint."
- uid: "com.azure.resourcemanager.mediaservices.models.StreamingEndpoints.deleteById(java.lang.String)"
fullName: "com.azure.resourcemanager.mediaservices.models.StreamingEndpoints.deleteById(String id)"
name: "deleteById(String id)"
nameWithType: "StreamingEndpoints.deleteById(String id)"
summary: "Delete Streaming<wbr>Endpoint"
modifiers:
- "abstract"
parameters:
- description: "the resource ID."
name: "id"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract void deleteById(String id)"
desc: "Delete StreamingEndpoint\n\nDeletes a streaming endpoint."
- uid: "com.azure.resourcemanager.mediaservices.models.StreamingEndpoints.deleteByIdWithResponse(java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.mediaservices.models.StreamingEndpoints.deleteByIdWithResponse(String id, Context context)"
name: "deleteByIdWithResponse(String id, Context context)"
nameWithType: "StreamingEndpoints.deleteByIdWithResponse(String id, Context context)"
summary: "Delete Streaming<wbr>Endpoint"
modifiers:
- "abstract"
parameters:
- description: "the resource ID."
name: "id"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract void deleteByIdWithResponse(String id, Context context)"
desc: "Delete StreamingEndpoint\n\nDeletes a streaming endpoint."
- uid: "com.azure.resourcemanager.mediaservices.models.StreamingEndpoints.get(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.mediaservices.models.StreamingEndpoints.get(String resourceGroupName, String accountName, String streamingEndpointName)"
name: "get(String resourceGroupName, String accountName, String streamingEndpointName)"
nameWithType: "StreamingEndpoints.get(String resourceGroupName, String accountName, String streamingEndpointName)"
summary: "Get Streaming<wbr>Endpoint"
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group within the Azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Media Services account name."
name: "accountName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the streaming endpoint, maximum length is 24."
name: "streamingEndpointName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract StreamingEndpoint get(String resourceGroupName, String accountName, String streamingEndpointName)"
desc: "Get StreamingEndpoint\n\nGets a streaming endpoint."
returns:
description: "a streaming endpoint."
type: "<xref href=\"com.azure.resourcemanager.mediaservices.models.StreamingEndpoint?alt=com.azure.resourcemanager.mediaservices.models.StreamingEndpoint&text=StreamingEndpoint\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.mediaservices.models.StreamingEndpoints.getById(java.lang.String)"
fullName: "com.azure.resourcemanager.mediaservices.models.StreamingEndpoints.getById(String id)"
name: "getById(String id)"
nameWithType: "StreamingEndpoints.getById(String id)"
summary: "Get Streaming<wbr>Endpoint"
modifiers:
- "abstract"
parameters:
- description: "the resource ID."
name: "id"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract StreamingEndpoint getById(String id)"
desc: "Get StreamingEndpoint\n\nGets a streaming endpoint."
returns:
description: "a streaming endpoint along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.resourcemanager.mediaservices.models.StreamingEndpoint?alt=com.azure.resourcemanager.mediaservices.models.StreamingEndpoint&text=StreamingEndpoint\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.mediaservices.models.StreamingEndpoints.getByIdWithResponse(java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.mediaservices.models.StreamingEndpoints.getByIdWithResponse(String id, Context context)"
name: "getByIdWithResponse(String id, Context context)"
nameWithType: "StreamingEndpoints.getByIdWithResponse(String id, Context context)"
summary: "Get Streaming<wbr>Endpoint"
modifiers:
- "abstract"
parameters:
- description: "the resource ID."
name: "id"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Response<StreamingEndpoint> getByIdWithResponse(String id, Context context)"
desc: "Get StreamingEndpoint\n\nGets a streaming endpoint."
returns:
description: "a streaming endpoint along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.mediaservices.models.StreamingEndpoint?alt=com.azure.resourcemanager.mediaservices.models.StreamingEndpoint&text=StreamingEndpoint\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.mediaservices.models.StreamingEndpoints.getWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.mediaservices.models.StreamingEndpoints.getWithResponse(String resourceGroupName, String accountName, String streamingEndpointName, Context context)"
name: "getWithResponse(String resourceGroupName, String accountName, String streamingEndpointName, Context context)"
nameWithType: "StreamingEndpoints.getWithResponse(String resourceGroupName, String accountName, String streamingEndpointName, Context context)"
summary: "Get Streaming<wbr>Endpoint"
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group within the Azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Media Services account name."
name: "accountName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the streaming endpoint, maximum length is 24."
name: "streamingEndpointName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Response<StreamingEndpoint> getWithResponse(String resourceGroupName, String accountName, String streamingEndpointName, Context context)"
desc: "Get StreamingEndpoint\n\nGets a streaming endpoint."
returns:
description: "a streaming endpoint along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.mediaservices.models.StreamingEndpoint?alt=com.azure.resourcemanager.mediaservices.models.StreamingEndpoint&text=StreamingEndpoint\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.mediaservices.models.StreamingEndpoints.list(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.mediaservices.models.StreamingEndpoints.list(String resourceGroupName, String accountName)"
name: "list(String resourceGroupName, String accountName)"
nameWithType: "StreamingEndpoints.list(String resourceGroupName, String accountName)"
summary: "List Streaming<wbr>Endpoints"
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group within the Azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Media Services account name."
name: "accountName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PagedIterable<StreamingEndpoint> list(String resourceGroupName, String accountName)"
desc: "List StreamingEndpoints\n\nLists the streaming endpoints in the account."
returns:
description: "streamingEndpointListResult as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.mediaservices.models.StreamingEndpoint?alt=com.azure.resourcemanager.mediaservices.models.StreamingEndpoint&text=StreamingEndpoint\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.mediaservices.models.StreamingEndpoints.list(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.mediaservices.models.StreamingEndpoints.list(String resourceGroupName, String accountName, Context context)"
name: "list(String resourceGroupName, String accountName, Context context)"
nameWithType: "StreamingEndpoints.list(String resourceGroupName, String accountName, Context context)"
summary: "List Streaming<wbr>Endpoints"
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group within the Azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Media Services account name."
name: "accountName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract PagedIterable<StreamingEndpoint> list(String resourceGroupName, String accountName, Context context)"
desc: "List StreamingEndpoints\n\nLists the streaming endpoints in the account."
returns:
description: "streamingEndpointListResult as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.mediaservices.models.StreamingEndpoint?alt=com.azure.resourcemanager.mediaservices.models.StreamingEndpoint&text=StreamingEndpoint\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.mediaservices.models.StreamingEndpoints.operationLocation(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.mediaservices.models.StreamingEndpoints.operationLocation(String resourceGroupName, String accountName, String streamingEndpointName, String operationId)"
name: "operationLocation(String resourceGroupName, String accountName, String streamingEndpointName, String operationId)"
nameWithType: "StreamingEndpoints.operationLocation(String resourceGroupName, String accountName, String streamingEndpointName, String operationId)"
summary: "Get operation status."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group within the Azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Media Services account name."
name: "accountName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the streaming endpoint, maximum length is 24."
name: "streamingEndpointName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The ID of an ongoing async operation."
name: "operationId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract StreamingEndpoint operationLocation(String resourceGroupName, String accountName, String streamingEndpointName, String operationId)"
desc: "Get operation status.\n\nGet a streaming endpoint operation status."
returns:
description: "a streaming endpoint operation status."
type: "<xref href=\"com.azure.resourcemanager.mediaservices.models.StreamingEndpoint?alt=com.azure.resourcemanager.mediaservices.models.StreamingEndpoint&text=StreamingEndpoint\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.mediaservices.models.StreamingEndpoints.operationLocationWithResponse(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.mediaservices.models.StreamingEndpoints.operationLocationWithResponse(String resourceGroupName, String accountName, String streamingEndpointName, String operationId, Context context)"
name: "operationLocationWithResponse(String resourceGroupName, String accountName, String streamingEndpointName, String operationId, Context context)"
nameWithType: "StreamingEndpoints.operationLocationWithResponse(String resourceGroupName, String accountName, String streamingEndpointName, String operationId, Context context)"
summary: "Get operation status."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group within the Azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Media Services account name."
name: "accountName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the streaming endpoint, maximum length is 24."
name: "streamingEndpointName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The ID of an ongoing async operation."
name: "operationId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Response<StreamingEndpoint> operationLocationWithResponse(String resourceGroupName, String accountName, String streamingEndpointName, String operationId, Context context)"
desc: "Get operation status.\n\nGet a streaming endpoint operation status."
returns:
description: "a streaming endpoint operation status along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.mediaservices.models.StreamingEndpoint?alt=com.azure.resourcemanager.mediaservices.models.StreamingEndpoint&text=StreamingEndpoint\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.mediaservices.models.StreamingEndpoints.scale(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.mediaservices.models.StreamingEntityScaleUnit)"
fullName: "com.azure.resourcemanager.mediaservices.models.StreamingEndpoints.scale(String resourceGroupName, String accountName, String streamingEndpointName, StreamingEntityScaleUnit parameters)"
name: "scale(String resourceGroupName, String accountName, String streamingEndpointName, StreamingEntityScaleUnit parameters)"
nameWithType: "StreamingEndpoints.scale(String resourceGroupName, String accountName, String streamingEndpointName, StreamingEntityScaleUnit parameters)"
summary: "Scale Streaming<wbr>Endpoint"
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group within the Azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Media Services account name."
name: "accountName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the streaming endpoint, maximum length is 24."
name: "streamingEndpointName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Streaming endpoint scale parameters."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.mediaservices.models.StreamingEntityScaleUnit?alt=com.azure.resourcemanager.mediaservices.models.StreamingEntityScaleUnit&text=StreamingEntityScaleUnit\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract void scale(String resourceGroupName, String accountName, String streamingEndpointName, StreamingEntityScaleUnit parameters)"
desc: "Scale StreamingEndpoint\n\nScales an existing streaming endpoint."
- uid: "com.azure.resourcemanager.mediaservices.models.StreamingEndpoints.scale(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.mediaservices.models.StreamingEntityScaleUnit,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.mediaservices.models.StreamingEndpoints.scale(String resourceGroupName, String accountName, String streamingEndpointName, StreamingEntityScaleUnit parameters, Context context)"
name: "scale(String resourceGroupName, String accountName, String streamingEndpointName, StreamingEntityScaleUnit parameters, Context context)"
nameWithType: "StreamingEndpoints.scale(String resourceGroupName, String accountName, String streamingEndpointName, StreamingEntityScaleUnit parameters, Context context)"
summary: "Scale Streaming<wbr>Endpoint"
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group within the Azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Media Services account name."
name: "accountName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the streaming endpoint, maximum length is 24."
name: "streamingEndpointName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Streaming endpoint scale parameters."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.mediaservices.models.StreamingEntityScaleUnit?alt=com.azure.resourcemanager.mediaservices.models.StreamingEntityScaleUnit&text=StreamingEntityScaleUnit\" data-throw-if-not-resolved=\"False\" />"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract void scale(String resourceGroupName, String accountName, String streamingEndpointName, StreamingEntityScaleUnit parameters, Context context)"
desc: "Scale StreamingEndpoint\n\nScales an existing streaming endpoint."
- uid: "com.azure.resourcemanager.mediaservices.models.StreamingEndpoints.skus(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.mediaservices.models.StreamingEndpoints.skus(String resourceGroupName, String accountName, String streamingEndpointName)"
name: "skus(String resourceGroupName, String accountName, String streamingEndpointName)"
nameWithType: "StreamingEndpoints.skus(String resourceGroupName, String accountName, String streamingEndpointName)"
summary: "List Streaming<wbr>Endpoint skus"
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group within the Azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Media Services account name."
name: "accountName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the streaming endpoint, maximum length is 24."
name: "streamingEndpointName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract StreamingEndpointSkuInfoListResult skus(String resourceGroupName, String accountName, String streamingEndpointName)"
desc: "List StreamingEndpoint skus\n\nList streaming endpoint supported skus."
returns:
description: "the response."
type: "<xref href=\"com.azure.resourcemanager.mediaservices.models.StreamingEndpointSkuInfoListResult?alt=com.azure.resourcemanager.mediaservices.models.StreamingEndpointSkuInfoListResult&text=StreamingEndpointSkuInfoListResult\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.mediaservices.models.StreamingEndpoints.skusWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.mediaservices.models.StreamingEndpoints.skusWithResponse(String resourceGroupName, String accountName, String streamingEndpointName, Context context)"
name: "skusWithResponse(String resourceGroupName, String accountName, String streamingEndpointName, Context context)"
nameWithType: "StreamingEndpoints.skusWithResponse(String resourceGroupName, String accountName, String streamingEndpointName, Context context)"
summary: "List Streaming<wbr>Endpoint skus"
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group within the Azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Media Services account name."
name: "accountName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the streaming endpoint, maximum length is 24."
name: "streamingEndpointName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Response<StreamingEndpointSkuInfoListResult> skusWithResponse(String resourceGroupName, String accountName, String streamingEndpointName, Context context)"
desc: "List StreamingEndpoint skus\n\nList streaming endpoint supported skus."
returns:
description: "the response body along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.mediaservices.models.StreamingEndpointSkuInfoListResult?alt=com.azure.resourcemanager.mediaservices.models.StreamingEndpointSkuInfoListResult&text=StreamingEndpointSkuInfoListResult\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.mediaservices.models.StreamingEndpoints.start(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.mediaservices.models.StreamingEndpoints.start(String resourceGroupName, String accountName, String streamingEndpointName)"
name: "start(String resourceGroupName, String accountName, String streamingEndpointName)"
nameWithType: "StreamingEndpoints.start(String resourceGroupName, String accountName, String streamingEndpointName)"
summary: "Start Streaming<wbr>Endpoint"
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group within the Azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Media Services account name."
name: "accountName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the streaming endpoint, maximum length is 24."
name: "streamingEndpointName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract void start(String resourceGroupName, String accountName, String streamingEndpointName)"
desc: "Start StreamingEndpoint\n\nStarts an existing streaming endpoint."
- uid: "com.azure.resourcemanager.mediaservices.models.StreamingEndpoints.start(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.mediaservices.models.StreamingEndpoints.start(String resourceGroupName, String accountName, String streamingEndpointName, Context context)"
name: "start(String resourceGroupName, String accountName, String streamingEndpointName, Context context)"
nameWithType: "StreamingEndpoints.start(String resourceGroupName, String accountName, String streamingEndpointName, Context context)"
summary: "Start Streaming<wbr>Endpoint"
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group within the Azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Media Services account name."
name: "accountName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the streaming endpoint, maximum length is 24."
name: "streamingEndpointName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract void start(String resourceGroupName, String accountName, String streamingEndpointName, Context context)"
desc: "Start StreamingEndpoint\n\nStarts an existing streaming endpoint."
- uid: "com.azure.resourcemanager.mediaservices.models.StreamingEndpoints.stop(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.mediaservices.models.StreamingEndpoints.stop(String resourceGroupName, String accountName, String streamingEndpointName)"
name: "stop(String resourceGroupName, String accountName, String streamingEndpointName)"
nameWithType: "StreamingEndpoints.stop(String resourceGroupName, String accountName, String streamingEndpointName)"
summary: "Stop Streaming<wbr>Endpoint"
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group within the Azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Media Services account name."
name: "accountName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the streaming endpoint, maximum length is 24."
name: "streamingEndpointName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract void stop(String resourceGroupName, String accountName, String streamingEndpointName)"
desc: "Stop StreamingEndpoint\n\nStops an existing streaming endpoint."
- uid: "com.azure.resourcemanager.mediaservices.models.StreamingEndpoints.stop(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.mediaservices.models.StreamingEndpoints.stop(String resourceGroupName, String accountName, String streamingEndpointName, Context context)"
name: "stop(String resourceGroupName, String accountName, String streamingEndpointName, Context context)"
nameWithType: "StreamingEndpoints.stop(String resourceGroupName, String accountName, String streamingEndpointName, Context context)"
summary: "Stop Streaming<wbr>Endpoint"
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group within the Azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Media Services account name."
name: "accountName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the streaming endpoint, maximum length is 24."
name: "streamingEndpointName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract void stop(String resourceGroupName, String accountName, String streamingEndpointName, Context context)"
desc: "Stop StreamingEndpoint\n\nStops an existing streaming endpoint."
type: "interface"
desc: "Resource collection API of StreamingEndpoints."
metadata: {}
package: "com.azure.resourcemanager.mediaservices.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-mediaservices:2.3.0