public final class MediaService extends Object
| Modifier and Type | Method and Description |
|---|---|
static MediaContract |
create()
Creates an instance of the
MediaServicesContract API. |
static MediaContract |
create(Configuration config)
Creates an instance of the
MediaServicesContract API using
the specified configuration. |
static MediaContract |
create(String profile)
Creates an instance of the
MediaServicesContract API. |
static MediaContract |
create(String profile,
Configuration config)
Creates an instance of the
MediaServicesContract API using
the specified configuration. |
public static MediaContract create()
MediaServicesContract API.public static MediaContract create(Configuration config)
MediaServicesContract API using
the specified configuration.config - A Configuration object that represents the
configuration for the media service account.public static MediaContract create(String profile)
MediaServicesContract API.public static MediaContract create(String profile, Configuration config)
MediaServicesContract API using
the specified configuration.config - A Configuration object that represents the
configuration for the media service account./**
* Copyright Microsoft Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/